Uses of Class
org.keycloak.authentication.AuthenticationProcessor
Packages that use AuthenticationProcessor
Package
Description
-
Uses of AuthenticationProcessor in org.keycloak.authentication
Methods in org.keycloak.authentication that return AuthenticationProcessorModifier and TypeMethodDescriptionAuthenticationProcessor.setAuthenticationSession(org.keycloak.sessions.AuthenticationSessionModel authenticationSession) AuthenticationProcessor.setBrowserFlow(boolean browserFlow) AuthenticationProcessor.setConnection(org.keycloak.common.ClientConnection connection) AuthenticationProcessor.setEventBuilder(org.keycloak.events.EventBuilder eventBuilder) AuthenticationProcessor.setFlowPath(String flowPath) This is the path segment to append when generating an action URL.AuthenticationProcessor.setForwardedErrorMessage(org.keycloak.models.utils.FormMessage forwardedErrorMessage) AuthenticationProcessor.setForwardedInfoMessage(org.keycloak.models.utils.FormMessage forwardedInfoMessage) AuthenticationProcessor.setForwardedSuccessMessage(org.keycloak.models.utils.FormMessage forwardedSuccessMessage) AuthenticationProcessor.setRealm(org.keycloak.models.RealmModel realm) AuthenticationProcessor.setRequest(org.keycloak.http.HttpRequest request) AuthenticationProcessor.setSession(org.keycloak.models.KeycloakSession session) AuthenticationProcessor.setUriInfo(jakarta.ws.rs.core.UriInfo uriInfo) Methods in org.keycloak.authentication with parameters of type AuthenticationProcessorModifier and TypeMethodDescriptionprotected static booleanDefaultAuthenticationFlow.isProcessed(AuthenticationProcessor processor, org.keycloak.models.AuthenticationExecutionModel model) Constructors in org.keycloak.authentication with parameters of type AuthenticationProcessorModifierConstructorDescriptionClientAuthenticationFlow(AuthenticationProcessor processor, org.keycloak.models.AuthenticationFlowModel flow) DefaultAuthenticationFlow(AuthenticationProcessor processor, org.keycloak.models.AuthenticationFlowModel flow) FormAuthenticationFlow(AuthenticationProcessor processor, org.keycloak.models.AuthenticationExecutionModel execution) -
Uses of AuthenticationProcessor in org.keycloak.authentication.actiontoken
Methods in org.keycloak.authentication.actiontoken with parameters of type AuthenticationProcessorModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseActionTokenContext.ProcessAuthenticateFlow.processFlow(boolean action, String execution, org.keycloak.sessions.AuthenticationSessionModel authSession, String flowPath, org.keycloak.models.AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor) jakarta.ws.rs.core.ResponseActionTokenContext.processFlow(boolean action, String flowPath, org.keycloak.models.AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor) -
Uses of AuthenticationProcessor in org.keycloak.authentication.actiontoken.resetcred
Subclasses of AuthenticationProcessor in org.keycloak.authentication.actiontoken.resetcredModifier and TypeClassDescriptionstatic class -
Uses of AuthenticationProcessor in org.keycloak.protocol
Methods in org.keycloak.protocol that return AuthenticationProcessorModifier and TypeMethodDescriptionprotected AuthenticationProcessorAuthorizationEndpointBase.createProcessor(org.keycloak.sessions.AuthenticationSessionModel authSession, String flowId, String flowPath) -
Uses of AuthenticationProcessor in org.keycloak.protocol.oidc.utils
Methods in org.keycloak.protocol.oidc.utils that return AuthenticationProcessorModifier and TypeMethodDescriptionstatic AuthenticationProcessorAuthorizeClientUtil.getAuthenticationProcessor(org.keycloak.models.KeycloakSession session, org.keycloak.events.EventBuilder event) -
Uses of AuthenticationProcessor in org.keycloak.services.resources
Methods in org.keycloak.services.resources with parameters of type AuthenticationProcessorModifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.ResponseLoginActionsService.processFlow(boolean action, String execution, org.keycloak.sessions.AuthenticationSessionModel authSession, String flowPath, org.keycloak.models.AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor)