public abstract class AuthenticationStateHandlerAdapter extends java.lang.Object implements AuthenticationStateHandler
AuthenticationStateHandler that calls AuthenticationStateHandler.handleUnknown(AuthenticationResponse) for each method.| Constructor and Description |
|---|
AuthenticationStateHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleLockedOut(AuthenticationResponse lockedOut) |
void |
handleMfaChallenge(AuthenticationResponse mfaChallengeResponse) |
void |
handleMfaEnroll(AuthenticationResponse mfaEnroll) |
void |
handleMfaEnrollActivate(AuthenticationResponse mfaEnrollActivate) |
void |
handleMfaRequired(AuthenticationResponse mfaRequiredResponse) |
void |
handlePasswordExpired(AuthenticationResponse passwordExpired) |
void |
handlePasswordReset(AuthenticationResponse passwordReset) |
void |
handlePasswordWarning(AuthenticationResponse passwordWarning) |
void |
handleRecovery(AuthenticationResponse recovery) |
void |
handleRecoveryChallenge(AuthenticationResponse recoveryChallenge) |
void |
handleSuccess(AuthenticationResponse successResponse) |
void |
handleUnauthenticated(AuthenticationResponse unauthenticatedResponse) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleUnknownpublic void handleUnauthenticated(AuthenticationResponse unauthenticatedResponse)
handleUnauthenticated in interface AuthenticationStateHandlerpublic void handleSuccess(AuthenticationResponse successResponse)
handleSuccess in interface AuthenticationStateHandlerpublic void handlePasswordWarning(AuthenticationResponse passwordWarning)
handlePasswordWarning in interface AuthenticationStateHandlerpublic void handlePasswordExpired(AuthenticationResponse passwordExpired)
handlePasswordExpired in interface AuthenticationStateHandlerpublic void handleRecovery(AuthenticationResponse recovery)
handleRecovery in interface AuthenticationStateHandlerpublic void handleRecoveryChallenge(AuthenticationResponse recoveryChallenge)
handleRecoveryChallenge in interface AuthenticationStateHandlerpublic void handlePasswordReset(AuthenticationResponse passwordReset)
handlePasswordReset in interface AuthenticationStateHandlerpublic void handleLockedOut(AuthenticationResponse lockedOut)
handleLockedOut in interface AuthenticationStateHandlerpublic void handleMfaRequired(AuthenticationResponse mfaRequiredResponse)
handleMfaRequired in interface AuthenticationStateHandlerpublic void handleMfaEnroll(AuthenticationResponse mfaEnroll)
handleMfaEnroll in interface AuthenticationStateHandlerpublic void handleMfaEnrollActivate(AuthenticationResponse mfaEnrollActivate)
handleMfaEnrollActivate in interface AuthenticationStateHandlerpublic void handleMfaChallenge(AuthenticationResponse mfaChallengeResponse)
handleMfaChallenge in interface AuthenticationStateHandlerCopyright © 2018-2021 Okta. All Rights Reserved.