public interface PrePostAuthenticationHandler extends AuthenticationHandler
PrePostAuthenticationHandler.SUCCESSFUL_AUTHENTICATION_HANDLERS| Modifier and Type | Method and Description |
|---|---|
default HandlerResult |
postAuthenticate(Credential credential,
HandlerResult result)
Template method to perform arbitrary post-authentication actions.
|
default boolean |
preAuthenticate(Credential credential)
Template method to perform arbitrary pre-authentication actions.
|
authenticate, getName, supportsdefault boolean preAuthenticate(Credential credential)
credential - the Credential supplieddefault HandlerResult postAuthenticate(Credential credential, HandlerResult result)
credential - the supplied credentialresult - the result of the authentication attempt.