This commit is contained in:
hasuniea 2016-02-17 09:29:12 +05:30
commit 8f3e1f11fb
2 changed files with 3 additions and 4 deletions

View File

@ -36,6 +36,4 @@ public class AuthenticatorException extends Exception {
public AuthenticatorException(String message, Throwable e) {
super(message, e);
}
}

View File

@ -35,6 +35,7 @@ public class OAuthValidatorFactory {
/**
* The method check the configuration and provide the appropriate implementation for OAuth2TokenValidator
*
* @return OAuth2TokenValidator
*/
public static OAuth2TokenValidator getValidator() throws IllegalArgumentException {