mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Code refractoring and Formatting
This commit is contained in:
parent
a6905b52b1
commit
5fb94ebe0f
@ -36,6 +36,4 @@ public class AuthenticatorException extends Exception {
|
|||||||
public AuthenticatorException(String message, Throwable e) {
|
public AuthenticatorException(String message, Throwable e) {
|
||||||
super(message, e);
|
super(message, e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -35,6 +35,7 @@ public class OAuthValidatorFactory {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The method check the configuration and provide the appropriate implementation for OAuth2TokenValidator
|
* The method check the configuration and provide the appropriate implementation for OAuth2TokenValidator
|
||||||
|
*
|
||||||
* @return OAuth2TokenValidator
|
* @return OAuth2TokenValidator
|
||||||
*/
|
*/
|
||||||
public static OAuth2TokenValidator getValidator() throws IllegalArgumentException {
|
public static OAuth2TokenValidator getValidator() throws IllegalArgumentException {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user