Modifier and Type | Field and Description |
---|---|
protected EventBuilder |
AbstractOAuth2IdentityProvider.Endpoint.event |
Modifier and Type | Method and Description |
---|---|
Object |
KeycloakOIDCIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Object |
AbstractOAuth2IdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Object |
OIDCIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Constructor and Description |
---|
AbstractOAuth2IdentityProvider.Endpoint(IdentityProvider.AuthenticationCallback callback,
RealmModel realm,
EventBuilder event) |
KeycloakOIDCIdentityProvider.KeycloakEndpoint(IdentityProvider.AuthenticationCallback callback,
RealmModel realm,
EventBuilder event) |
OIDCIdentityProvider.OIDCEndpoint(IdentityProvider.AuthenticationCallback callback,
RealmModel realm,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Object |
IdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event)
JAXRS callback endpoint for when the remote IDP wants to callback to keycloak.
|
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 | Method and Description |
---|---|
Object |
LoginProtocolFactory.createProtocolEndpoint(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
LoginProtocol |
LoginProtocol.setEventBuilder(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,
AuthenticationManager authManager) |
AccessTokenResponse |
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 |
---|
OIDCLoginProtocol(KeycloakSession session,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers,
EventBuilder event) |
OIDCLoginProtocolService(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
TokenManager.AccessTokenResponseBuilder(RealmModel realm,
ClientModel client,
EventBuilder event,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
Constructor and Description |
---|
AuthorizationEndpoint(AuthenticationManager authManager,
RealmModel realm,
EventBuilder event) |
LogoutEndpoint(TokenManager tokenManager,
AuthenticationManager authManager,
RealmModel realm,
EventBuilder event) |
TokenEndpoint(TokenManager tokenManager,
AuthenticationManager authManager,
RealmModel realm,
EventBuilder event) |
ValidateTokenEndpoint(TokenManager tokenManager,
RealmModel realm,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
static ClientModel |
AuthorizeClientUtil.authorizeClient(String authorizationHeader,
javax.ws.rs.core.MultivaluedMap<String,String> formData,
EventBuilder event,
RealmModel realm) |
Modifier and Type | Field and Description |
---|---|
protected EventBuilder |
SamlProtocol.event |
Modifier and Type | Method and Description |
---|---|
Object |
SamlProtocolFactory.createProtocolEndpoint(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
SamlProtocol |
SamlProtocol.setEventBuilder(EventBuilder event) |
Constructor and Description |
---|
SamlService(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AuthenticationManager.checkNonFormAuthentication(KeycloakSession session,
ClientSessionModel clientSession,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
org.jboss.resteasy.spi.HttpRequest request,
ClientConnection clientConnection,
javax.ws.rs.core.HttpHeaders headers,
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) |
Constructor and Description |
---|
HttpAuthenticationManager(KeycloakSession session,
ClientSessionModel clientSession,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
org.jboss.resteasy.spi.HttpRequest request,
ClientConnection clientConnection,
EventBuilder event) |
Constructor and Description |
---|
AccountService(RealmModel realm,
ApplicationModel application,
EventBuilder event) |
ClientsManagementService(RealmModel realm,
EventBuilder event) |
LoginActionsService(RealmModel realm,
AuthenticationManager authManager,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
Object |
TwitterIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Copyright © 2015. All rights reserved.