Package | Description |
---|---|
org.keycloak.authentication | |
org.keycloak.protocol | |
org.keycloak.protocol.oidc.utils | |
org.keycloak.services.resources |
Modifier and Type | Method and Description |
---|---|
AuthenticationProcessor |
AuthenticationProcessor.setBrowserFlow(boolean browserFlow) |
AuthenticationProcessor |
AuthenticationProcessor.setClientSession(ClientSessionModel clientSession) |
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) |
Constructor and Description |
---|
ClientAuthenticationFlow(AuthenticationProcessor processor,
AuthenticationFlowModel flow) |
DefaultAuthenticationFlow(AuthenticationProcessor processor,
AuthenticationFlowModel flow) |
FormAuthenticationFlow(AuthenticationProcessor processor,
AuthenticationExecutionModel execution) |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationProcessor |
AuthorizationEndpointBase.createProcessor(ClientSessionModel clientSession,
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(String execution,
ClientSessionModel clientSession,
String flowPath,
AuthenticationFlowModel flow,
String errorMessage,
AuthenticationProcessor processor) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.