public class ExampleAuthenticationStateHandler extends AuthenticationStateHandlerAdapter
| Constructor and Description |
|---|
ExampleAuthenticationStateHandler() |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationResponse |
getPreviousAuthResult() |
void |
handleLockedOut(AuthenticationResponse lockedOutResponse) |
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 |
handleRecovery(AuthenticationResponse recoveryResponse) |
void |
handleRecoveryChallenge(AuthenticationResponse recoveryChallenge) |
void |
handleSuccess(AuthenticationResponse successResponse) |
void |
handleUnknown(AuthenticationResponse unknownResponse) |
handlePasswordWarning, handleUnauthenticatedpublic void handleSuccess(AuthenticationResponse successResponse)
handleSuccess in interface AuthenticationStateHandlerhandleSuccess in class AuthenticationStateHandlerAdapterpublic void handlePasswordExpired(AuthenticationResponse passwordExpired)
handlePasswordExpired in interface AuthenticationStateHandlerhandlePasswordExpired in class AuthenticationStateHandlerAdapterpublic void handleMfaRequired(AuthenticationResponse mfaRequiredResponse)
handleMfaRequired in interface AuthenticationStateHandlerhandleMfaRequired in class AuthenticationStateHandlerAdapterpublic void handleMfaChallenge(AuthenticationResponse mfaChallengeResponse)
handleMfaChallenge in interface AuthenticationStateHandlerhandleMfaChallenge in class AuthenticationStateHandlerAdapterpublic void handleLockedOut(AuthenticationResponse lockedOutResponse)
handleLockedOut in interface AuthenticationStateHandlerhandleLockedOut in class AuthenticationStateHandlerAdapterpublic void handleRecoveryChallenge(AuthenticationResponse recoveryChallenge)
handleRecoveryChallenge in interface AuthenticationStateHandlerhandleRecoveryChallenge in class AuthenticationStateHandlerAdapterpublic void handleRecovery(AuthenticationResponse recoveryResponse)
handleRecovery in interface AuthenticationStateHandlerhandleRecovery in class AuthenticationStateHandlerAdapterpublic void handleMfaEnroll(AuthenticationResponse mfaEnroll)
handleMfaEnroll in interface AuthenticationStateHandlerhandleMfaEnroll in class AuthenticationStateHandlerAdapterpublic void handleMfaEnrollActivate(AuthenticationResponse mfaEnrollActivate)
handleMfaEnrollActivate in interface AuthenticationStateHandlerhandleMfaEnrollActivate in class AuthenticationStateHandlerAdapterpublic void handlePasswordReset(AuthenticationResponse passwordReset)
handlePasswordReset in interface AuthenticationStateHandlerhandlePasswordReset in class AuthenticationStateHandlerAdapterpublic void handleUnknown(AuthenticationResponse unknownResponse)
public static AuthenticationResponse getPreviousAuthResult()
Copyright © 2018–2024 Okta. All rights reserved.