Modifier and Type | Method and Description |
---|---|
AuthenticationProcessor |
AuthenticationProcessor.setAuthenticationSession(AuthenticationSessionModel authenticationSession) |
AuthenticationProcessor |
AuthenticationProcessor.setBrowserFlow(boolean browserFlow) |
AuthenticationProcessor |
AuthenticationProcessor.setConnection(ClientConnection connection) |
AuthenticationProcessor |
AuthenticationProcessor.setEventBuilder(EventBuilder eventBuilder) |
AuthenticationProcessor |
AuthenticationProcessor.setFlowId(String flowId) |
AuthenticationProcessor |
AuthenticationProcessor.setFlowPath(String flowPath)
This is the path segment to append when generating an action URL.
|
AuthenticationProcessor |
AuthenticationProcessor.setForwardedErrorMessage(FormMessage forwardedErrorMessage) |
AuthenticationProcessor |
AuthenticationProcessor.setForwardedSuccessMessage(FormMessage forwardedSuccessMessage) |
AuthenticationProcessor |
AuthenticationProcessor.setRealm(RealmModel realm) |
AuthenticationProcessor |
AuthenticationProcessor.setRequest(org.jboss.resteasy.spi.HttpRequest request) |
AuthenticationProcessor |
AuthenticationProcessor.setSession(KeycloakSession session) |
AuthenticationProcessor |
AuthenticationProcessor.setUriInfo(javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
DefaultAuthenticationFlow.isProcessed(AuthenticationProcessor processor,
AuthenticationExecutionModel model) |
Constructor and Description |
---|
ClientAuthenticationFlow(AuthenticationProcessor processor,
AuthenticationFlowModel flow) |
DefaultAuthenticationFlow(AuthenticationProcessor processor,
AuthenticationFlowModel flow) |
FormAuthenticationFlow(AuthenticationProcessor processor,
AuthenticationExecutionModel execution) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ActionTokenContext.processFlow(boolean action,
String flowPath,
AuthenticationFlowModel flow,
String errorMessage,
AuthenticationProcessor processor) |
javax.ws.rs.core.Response |
ActionTokenContext.ProcessAuthenticateFlow.processFlow(boolean action,
String execution,
AuthenticationSessionModel authSession,
String flowPath,
AuthenticationFlowModel flow,
String errorMessage,
AuthenticationProcessor processor) |
Modifier and Type | Class and Description |
---|---|
static class |
ResetCredentialsActionTokenHandler.ResetCredsAuthenticationProcessor |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationProcessor |
AuthorizationEndpointBase.createProcessor(AuthenticationSessionModel authSession,
String flowId,
String flowPath) |
Modifier and Type | Method and Description |
---|---|
static AuthenticationProcessor |
AuthorizeClientUtil.getAuthenticationProcessor(KeycloakSession session,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
LoginActionsService.processFlow(boolean action,
String execution,
AuthenticationSessionModel authSession,
String flowPath,
AuthenticationFlowModel flow,
String errorMessage,
AuthenticationProcessor processor) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.