Uses of Class
org.keycloak.authentication.AuthenticationProcessor
Package
Description
-
Uses of AuthenticationProcessor in org.keycloak.authentication
Modifier and TypeMethodDescriptionAuthenticationProcessor.setAuthenticationSession
(AuthenticationSessionModel authenticationSession) AuthenticationProcessor.setBrowserFlow
(boolean browserFlow) AuthenticationProcessor.setConnection
(ClientConnection connection) AuthenticationProcessor.setEventBuilder
(EventBuilder eventBuilder) AuthenticationProcessor.setFlowPath
(String flowPath) This is the path segment to append when generating an action URL.AuthenticationProcessor.setForwardedErrorMessage
(FormMessage forwardedErrorMessage) AuthenticationProcessor.setForwardedInfoMessage
(FormMessage forwardedInfoMessage) AuthenticationProcessor.setForwardedSuccessMessage
(FormMessage forwardedSuccessMessage) AuthenticationProcessor.setRealm
(RealmModel realm) AuthenticationProcessor.setRequest
(HttpRequest request) AuthenticationProcessor.setSession
(KeycloakSession session) AuthenticationProcessor.setUriInfo
(jakarta.ws.rs.core.UriInfo uriInfo) Modifier and TypeMethodDescriptionprotected static boolean
DefaultAuthenticationFlow.isProcessed
(AuthenticationProcessor processor, AuthenticationExecutionModel model) ModifierConstructorDescriptionClientAuthenticationFlow
(AuthenticationProcessor processor, AuthenticationFlowModel flow) DefaultAuthenticationFlow
(AuthenticationProcessor processor, AuthenticationFlowModel flow) FormAuthenticationFlow
(AuthenticationProcessor processor, AuthenticationExecutionModel execution) -
Uses of AuthenticationProcessor in org.keycloak.authentication.actiontoken
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ActionTokenContext.ProcessAuthenticateFlow.processFlow
(boolean action, String execution, AuthenticationSessionModel authSession, String flowPath, AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor) jakarta.ws.rs.core.Response
ActionTokenContext.processFlow
(boolean action, String flowPath, AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor) -
Uses of AuthenticationProcessor in org.keycloak.authentication.actiontoken.resetcred
Modifier and TypeClassDescriptionstatic class
-
Uses of AuthenticationProcessor in org.keycloak.protocol
Modifier and TypeMethodDescriptionprotected AuthenticationProcessor
AuthorizationEndpointBase.createProcessor
(AuthenticationSessionModel authSession, String flowId, String flowPath) -
Uses of AuthenticationProcessor in org.keycloak.protocol.oidc.utils
Modifier and TypeMethodDescriptionstatic AuthenticationProcessor
AuthorizeClientUtil.getAuthenticationProcessor
(KeycloakSession session, EventBuilder event) -
Uses of AuthenticationProcessor in org.keycloak.services.resources
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
LoginActionsService.processFlow
(boolean action, String execution, AuthenticationSessionModel authSession, String flowPath, AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor)