public abstract class AuthenticationStateHandlerAdapter extends 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, wait
handleUnknown
public void handleUnauthenticated(AuthenticationResponse unauthenticatedResponse)
handleUnauthenticated
in interface AuthenticationStateHandler
public void handleSuccess(AuthenticationResponse successResponse)
handleSuccess
in interface AuthenticationStateHandler
public void handlePasswordWarning(AuthenticationResponse passwordWarning)
handlePasswordWarning
in interface AuthenticationStateHandler
public void handlePasswordExpired(AuthenticationResponse passwordExpired)
handlePasswordExpired
in interface AuthenticationStateHandler
public void handleRecovery(AuthenticationResponse recovery)
handleRecovery
in interface AuthenticationStateHandler
public void handleRecoveryChallenge(AuthenticationResponse recoveryChallenge)
handleRecoveryChallenge
in interface AuthenticationStateHandler
public void handlePasswordReset(AuthenticationResponse passwordReset)
handlePasswordReset
in interface AuthenticationStateHandler
public void handleLockedOut(AuthenticationResponse lockedOut)
handleLockedOut
in interface AuthenticationStateHandler
public void handleMfaRequired(AuthenticationResponse mfaRequiredResponse)
handleMfaRequired
in interface AuthenticationStateHandler
public void handleMfaEnroll(AuthenticationResponse mfaEnroll)
handleMfaEnroll
in interface AuthenticationStateHandler
public void handleMfaEnrollActivate(AuthenticationResponse mfaEnrollActivate)
handleMfaEnrollActivate
in interface AuthenticationStateHandler
public void handleMfaChallenge(AuthenticationResponse mfaChallengeResponse)
handleMfaChallenge
in interface AuthenticationStateHandler
Copyright © 2018 Okta. All rights reserved.