Package com.okta.authn.sdk
Class AuthenticationStateHandlerAdapter
java.lang.Object
com.okta.authn.sdk.AuthenticationStateHandlerAdapter
- All Implemented Interfaces:
AuthenticationStateHandler
- Direct Known Subclasses:
ExampleAuthenticationStateHandler
public abstract class AuthenticationStateHandlerAdapter
extends Object
implements AuthenticationStateHandler
Adapter implementation of
AuthenticationStateHandler that calls AuthenticationStateHandler.handleUnknown(AuthenticationResponse) for each method.- Since:
- 0.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleLockedOut(AuthenticationResponse lockedOut) voidhandleMfaChallenge(AuthenticationResponse mfaChallengeResponse) voidhandleMfaEnroll(AuthenticationResponse mfaEnroll) voidhandleMfaEnrollActivate(AuthenticationResponse mfaEnrollActivate) voidhandleMfaRequired(AuthenticationResponse mfaRequiredResponse) voidhandlePasswordExpired(AuthenticationResponse passwordExpired) voidhandlePasswordReset(AuthenticationResponse passwordReset) voidhandlePasswordWarning(AuthenticationResponse passwordWarning) voidhandleRecovery(AuthenticationResponse recovery) voidhandleRecoveryChallenge(AuthenticationResponse recoveryChallenge) voidhandleSuccess(AuthenticationResponse successResponse) voidhandleUnauthenticated(AuthenticationResponse unauthenticatedResponse) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.okta.authn.sdk.AuthenticationStateHandler
handleUnknown
-
Constructor Details
-
AuthenticationStateHandlerAdapter
public AuthenticationStateHandlerAdapter()
-
-
Method Details
-
handleUnauthenticated
- Specified by:
handleUnauthenticatedin interfaceAuthenticationStateHandler
-
handleSuccess
- Specified by:
handleSuccessin interfaceAuthenticationStateHandler
-
handlePasswordWarning
- Specified by:
handlePasswordWarningin interfaceAuthenticationStateHandler
-
handlePasswordExpired
- Specified by:
handlePasswordExpiredin interfaceAuthenticationStateHandler
-
handleRecovery
- Specified by:
handleRecoveryin interfaceAuthenticationStateHandler
-
handleRecoveryChallenge
- Specified by:
handleRecoveryChallengein interfaceAuthenticationStateHandler
-
handlePasswordReset
- Specified by:
handlePasswordResetin interfaceAuthenticationStateHandler
-
handleLockedOut
- Specified by:
handleLockedOutin interfaceAuthenticationStateHandler
-
handleMfaRequired
- Specified by:
handleMfaRequiredin interfaceAuthenticationStateHandler
-
handleMfaEnroll
- Specified by:
handleMfaEnrollin interfaceAuthenticationStateHandler
-
handleMfaEnrollActivate
- Specified by:
handleMfaEnrollActivatein interfaceAuthenticationStateHandler
-
handleMfaChallenge
- Specified by:
handleMfaChallengein interfaceAuthenticationStateHandler
-