Package | Description |
---|---|
org.keycloak.events | |
org.keycloak.protocol | |
org.keycloak.protocol.oidc | |
org.keycloak.protocol.saml | |
org.keycloak.services.managers | |
org.keycloak.services.resources |
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.reset() |
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) |
Modifier and Type | Method and Description |
---|---|
protected ClientModel |
OpenIDConnectService.authorizeClient(String authorizationHeader,
javax.ws.rs.core.MultivaluedMap<String,String> formData,
EventBuilder event) |
static ClientModel |
OpenIDConnectService.authorizeClientBase(String authorizationHeader,
javax.ws.rs.core.MultivaluedMap<String,String> formData,
EventBuilder event,
RealmModel realm) |
Object |
OpenIDConnectFactory.createProtocolEndpoint(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
AccessToken |
TokenManager.refreshAccessToken(KeycloakSession session,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
RealmModel realm,
ClientModel client,
String encodedRefreshToken,
EventBuilder event) |
TokenManager.AccessTokenResponseBuilder |
TokenManager.responseBuilder(RealmModel realm,
ClientModel client,
EventBuilder event) |
Constructor and Description |
---|
OpenIDConnectService(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
TokenManager.AccessTokenResponseBuilder(RealmModel realm,
ClientModel client,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
Object |
SamlProtocolFactory.createProtocolEndpoint(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
Constructor and Description |
---|
SamlService(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
Modifier and Type | Method and Description |
---|---|
EventBuilder |
EventsManager.createEventBuilder() |
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 |
---|
AccountService(RealmModel realm,
ApplicationModel application,
EventBuilder event) |
ClientsManagementService(RealmModel realm,
EventBuilder event) |
LoginActionsService(RealmModel realm,
AuthenticationManager authManager,
EventBuilder event) |
Copyright © 2014. All Rights Reserved.