Modifier and Type | Field and Description |
---|---|
protected EventBuilder |
AuthenticationProcessor.event |
protected EventBuilder |
RequiredActionContextResult.eventBuilder |
Modifier and Type | Method and Description |
---|---|
EventBuilder |
RequiredActionContextResult.getEvent() |
EventBuilder |
AuthenticationProcessor.getEvent() |
EventBuilder |
AuthenticationProcessor.Result.getEvent() |
EventBuilder |
RequiredActionContext.getEvent()
Current event builder being used
|
EventBuilder |
FormContext.getEvent()
Current event builder being used
|
EventBuilder |
AbstractAuthenticationFlowContext.getEvent()
Current event builder being used
|
EventBuilder |
AuthenticationProcessor.newEvent() |
EventBuilder |
AuthenticationProcessor.Result.newEvent() |
EventBuilder |
FormContext.newEvent()
Create a refresh new EventBuilder to use within this context
|
EventBuilder |
AbstractAuthenticationFlowContext.newEvent()
Create a refresh new EventBuilder to use within this context
|
Modifier and Type | Method and Description |
---|---|
AuthenticationProcessor |
AuthenticationProcessor.setEventBuilder(EventBuilder eventBuilder) |
Constructor and Description |
---|
RequiredActionContextResult(UserSessionModel userSession,
ClientSessionModel clientSession,
RealmModel realm,
EventBuilder eventBuilder,
KeycloakSession session,
org.jboss.resteasy.spi.HttpRequest httpRequest,
UserModel user,
RequiredActionFactory factory) |
Modifier and Type | Field and Description |
---|---|
protected EventBuilder |
AbstractOAuth2IdentityProvider.Endpoint.event |
Modifier and Type | Method and Description |
---|---|
Object |
OIDCIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Object |
KeycloakOIDCIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Object |
AbstractOAuth2IdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Constructor and Description |
---|
Endpoint(IdentityProvider.AuthenticationCallback callback,
RealmModel realm,
EventBuilder event) |
KeycloakEndpoint(IdentityProvider.AuthenticationCallback callback,
RealmModel realm,
EventBuilder event) |
OIDCEndpoint(IdentityProvider.AuthenticationCallback callback,
RealmModel realm,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
Object |
IdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event)
JAXRS callback endpoint for when the remote IDP wants to callback to keycloak.
|
Object |
AbstractIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Modifier and Type | Field and Description |
---|---|
protected EventBuilder |
SAMLEndpoint.event |
Modifier and Type | Method and Description |
---|---|
Object |
SAMLIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
EventBuilder |
EventBuilder.client(ClientModel client) |
EventBuilder |
EventBuilder.client(String clientId) |
EventBuilder |
EventBuilder.clone() |
EventBuilder |
EventBuilder.detail(String key,
String value) |
EventBuilder |
EventBuilder.event(EventType e) |
EventBuilder |
EventBuilder.ipAddress(String ipAddress) |
EventBuilder |
EventBuilder.realm(RealmModel realm) |
EventBuilder |
EventBuilder.realm(String realmId) |
EventBuilder |
EventBuilder.removeDetail(String key) |
EventBuilder |
EventBuilder.session(String sessionId) |
EventBuilder |
EventBuilder.session(UserSessionModel session) |
EventBuilder |
EventBuilder.user(String userId) |
EventBuilder |
EventBuilder.user(UserModel user) |
Modifier and Type | Field and Description |
---|---|
protected EventBuilder |
AuthorizationEndpointBase.event |
Modifier and Type | Method and Description |
---|---|
Object |
LoginProtocolFactory.createProtocolEndpoint(RealmModel realm,
EventBuilder event) |
LoginProtocol |
LoginProtocol.setEventBuilder(EventBuilder event) |
Constructor and Description |
---|
AuthorizationEndpointBase(RealmModel realm,
EventBuilder event) |
Modifier and Type | Field and Description |
---|---|
protected EventBuilder |
OIDCLoginProtocol.event |
Modifier and Type | Method and Description |
---|---|
Object |
OIDCLoginProtocolFactory.createProtocolEndpoint(RealmModel realm,
EventBuilder event) |
TokenManager.RefreshResult |
TokenManager.refreshAccessToken(KeycloakSession session,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
RealmModel realm,
ClientModel authorizedClient,
String encodedRefreshToken,
EventBuilder event,
javax.ws.rs.core.HttpHeaders headers) |
TokenManager.AccessTokenResponseBuilder |
TokenManager.responseBuilder(RealmModel realm,
ClientModel client,
EventBuilder event,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
OIDCLoginProtocol |
OIDCLoginProtocol.setEventBuilder(EventBuilder event) |
Constructor and Description |
---|
AccessTokenResponseBuilder(RealmModel realm,
ClientModel client,
EventBuilder event,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
OIDCLoginProtocol(KeycloakSession session,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers,
EventBuilder event) |
OIDCLoginProtocolService(RealmModel realm,
EventBuilder event) |
Constructor and Description |
---|
AuthorizationEndpoint(RealmModel realm,
EventBuilder event) |
LogoutEndpoint(TokenManager tokenManager,
RealmModel realm,
EventBuilder event) |
TokenEndpoint(TokenManager tokenManager,
RealmModel realm,
EventBuilder event) |
TokenIntrospectionEndpoint(RealmModel realm,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
static AuthorizeClientUtil.ClientAuthResult |
AuthorizeClientUtil.authorizeClient(KeycloakSession session,
EventBuilder event) |
static AuthenticationProcessor |
AuthorizeClientUtil.getAuthenticationProcessor(KeycloakSession session,
EventBuilder event) |
Modifier and Type | Field and Description |
---|---|
protected EventBuilder |
SamlProtocol.event |
Modifier and Type | Method and Description |
---|---|
Object |
SamlProtocolFactory.createProtocolEndpoint(RealmModel realm,
EventBuilder event) |
SamlProtocol |
SamlProtocol.setEventBuilder(EventBuilder event) |
Constructor and Description |
---|
SamlService(RealmModel realm,
EventBuilder event) |
Constructor and Description |
---|
SamlEcpProfileService(RealmModel realm,
EventBuilder event) |
Modifier and Type | Field and Description |
---|---|
protected EventBuilder |
AbstractClientRegistrationProvider.event |
Modifier and Type | Method and Description |
---|---|
void |
DefaultClientRegistrationProvider.setEvent(EventBuilder event) |
void |
ClientRegistrationProvider.setEvent(EventBuilder event) |
void |
AdapterInstallationClientRegistrationProvider.setEvent(EventBuilder event) |
void |
AbstractClientRegistrationProvider.setEvent(EventBuilder event) |
Constructor and Description |
---|
ClientRegistrationAuth(KeycloakSession session,
EventBuilder event) |
ClientRegistrationService(EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
void |
OIDCClientRegistrationProvider.setEvent(EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.Response |
AuthenticationManager.actionRequired(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event) |
static void |
AuthenticationManager.evaluateRequiredActionTriggers(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event,
RealmModel realm,
UserModel user) |
protected static javax.ws.rs.core.Response |
AuthenticationManager.executionActions(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
org.jboss.resteasy.spi.HttpRequest request,
EventBuilder event,
RealmModel realm,
UserModel user,
Set<String> requiredActions) |
static javax.ws.rs.core.Response |
AuthenticationManager.finishedRequiredActions(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event) |
static boolean |
AuthenticationManager.isActionRequired(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event) |
static javax.ws.rs.core.Response |
AuthenticationManager.nextActionAfterAuthentication(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event) |
static javax.ws.rs.core.Response |
AuthenticationManager.redirectAfterSuccessfulFlow(KeycloakSession session,
RealmModel realm,
UserSessionModel userSession,
ClientSessionModel clientSession,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection clientConnection,
EventBuilder event) |
static javax.ws.rs.core.Response |
AuthenticationManager.redirectAfterSuccessfulFlow(KeycloakSession session,
RealmModel realm,
UserSessionModel userSession,
ClientSessionModel clientSession,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection clientConnection,
EventBuilder event,
LoginProtocol protocol) |
Constructor and Description |
---|
AccountService(RealmModel realm,
ClientModel client,
EventBuilder event) |
ClientsManagementService(RealmModel realm,
EventBuilder event) |
LoginActionsService(RealmModel realm,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
Object |
TwitterIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.