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
(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) Methods in org.keycloak.authentication with parameters of type AuthenticationProcessorModifier and TypeMethodDescriptionprotected static boolean
DefaultAuthenticationFlow.isProcessed
(AuthenticationProcessor processor, AuthenticationExecutionModel model) Constructors in org.keycloak.authentication with parameters of type AuthenticationProcessorModifierConstructorDescriptionClientAuthenticationFlow
(AuthenticationProcessor processor, AuthenticationFlowModel flow) DefaultAuthenticationFlow
(AuthenticationProcessor processor, AuthenticationFlowModel flow) FormAuthenticationFlow
(AuthenticationProcessor processor, 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.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
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 AuthenticationProcessor
AuthorizationEndpointBase.createProcessor
(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 AuthenticationProcessor
AuthorizeClientUtil.getAuthenticationProcessor
(KeycloakSession session, 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.Response
LoginActionsService.processFlow
(boolean action, String execution, AuthenticationSessionModel authSession, String flowPath, AuthenticationFlowModel flow, String errorMessage, AuthenticationProcessor processor)