Class ResetCredentialsActionTokenHandler.ResetCredsAuthenticationProcessor
- java.lang.Object
-
- org.keycloak.authentication.AuthenticationProcessor
-
- org.keycloak.authentication.actiontoken.resetcred.ResetCredentialsActionTokenHandler.ResetCredsAuthenticationProcessor
-
- Enclosing class:
- ResetCredentialsActionTokenHandler
public static class ResetCredentialsActionTokenHandler.ResetCredsAuthenticationProcessor extends AuthenticationProcessor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.keycloak.authentication.AuthenticationProcessor
AuthenticationProcessor.Result
-
-
Field Summary
-
Fields inherited from class org.keycloak.authentication.AuthenticationProcessor
afterResetListener, authenticationSession, BROKER_SESSION_ID, BROKER_USER_ID, browserFlow, client, clientAuthAttributes, connection, CURRENT_AUTHENTICATION_EXECUTION, CURRENT_FLOW_PATH, event, flowId, flowPath, FORKED_FROM, FORWARDED_PASSIVE_LOGIN, forwardedErrorMessageStore, forwardedInfoMessageStore, forwardedSuccessMessageStore, LAST_PROCESSED_EXECUTION, logger, protector, realm, request, session, uriInfo, userSession
-
-
Constructor Summary
Constructors Constructor Description ResetCredsAuthenticationProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.ws.rs.core.Response
authenticationComplete()
-
Methods inherited from class org.keycloak.authentication.AuthenticationProcessor
attachSession, attachSession, authenticate, authenticateClient, authenticateOnly, authenticationAction, clearAuthenticatedUser, clone, createAuthenticatorContext, createClientAuthenticatorContext, createFlowExecution, evaluateRequiredActionTriggers, finishAuthentication, generateCode, getAuthenticationSession, getBruteForceProtector, getClient, getClientAuthAttributes, getConnection, getEvent, getFlowPath, getRealm, getRefreshUrl, getRequest, getSession, getUriInfo, getUserSession, handleBrowserException, handleBrowserExceptionList, handleClientAuthException, isBrowserFlow, isSuccessful, logFailure, newEvent, nextRequiredAction, redirectToFlow, resetFlow, resetFlow, setAuthenticationSession, setAutheticatedUser, setBrowserFlow, setClient, setConnection, setEventBuilder, setFlowId, setFlowPath, setForwardedErrorMessage, setForwardedInfoMessage, setForwardedSuccessMessage, setRealm, setRequest, setSession, setUriInfo, validateUser
-
-
-
-
Method Detail
-
authenticationComplete
protected javax.ws.rs.core.Response authenticationComplete()
- Overrides:
authenticationComplete
in classAuthenticationProcessor
-
-