Interface Authenticator
-
- All Known Implementing Classes:
AbstractAuthenticator,JwtAuthenticator,KeyStoreAuthenticator,LdapBindAuthenticator,MemoryAuthenticator,OpenAuthenticator,UserManagerAuthenticator
public interface Authenticator
Authenticator:- Author:
- Jesse McConnell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationResultauthenticate(AuthenticationDataSource source)StringgetId()voidinitialize()booleanisValid()booleansupportsDataSource(AuthenticationDataSource source)
-
-
-
Method Detail
-
supportsDataSource
boolean supportsDataSource(AuthenticationDataSource source)
-
authenticate
AuthenticationResult authenticate(AuthenticationDataSource source) throws AccountLockedException, AuthenticationException, MustChangePasswordException
-
initialize
void initialize() throws AuthenticationException
- Throws:
AuthenticationException
-
isValid
boolean isValid()
-
-