Modifier and Type | Method and Description |
---|---|
ClientModel |
ClientProvider.addClient(RealmModel realm,
String clientId) |
ClientModel |
ClientProvider.addClient(RealmModel realm,
String id,
String clientId) |
ClientModel |
RealmModel.addClient(String name) |
ClientModel |
RealmModel.addClient(String id,
String clientId) |
ClientModel |
UserConsentModel.getClient() |
ClientModel |
RealmModel.ClientRemovedEvent.getClient() |
ClientModel |
KeycloakContext.getClient() |
ClientModel |
RealmModel.getClientByClientId(String clientId) |
ClientModel |
RealmModel.getClientById(String id) |
ClientModel |
RealmModel.ClientCreationEvent.getCreatedClient() |
ClientModel |
RealmModel.getMasterAdminClient() |
ClientModel |
RealmModel.ClientUpdatedEvent.getUpdatedClient() |
Modifier and Type | Method and Description |
---|---|
List<ClientModel> |
RealmModel.getClients() |
List<ClientModel> |
ClientProvider.getClients(RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
RoleModel |
ClientProvider.addClientRole(RealmModel realm,
ClientModel client,
String name) |
RoleModel |
ClientProvider.addClientRole(RealmModel realm,
ClientModel client,
String id,
String name) |
AuthenticatedClientSessionModel |
UserSessionProvider.createClientSession(RealmModel realm,
ClientModel client,
UserSessionModel userSession) |
<T> T |
TokenManager.decodeClientJWT(String token,
ClientModel client,
Class<T> clazz) |
long |
UserSessionProvider.getActiveUserSessions(RealmModel realm,
ClientModel client) |
RoleModel |
ClientProvider.getClientRole(RealmModel realm,
ClientModel client,
String name) |
Set<RoleModel> |
RoleMapperModel.getClientRoleMappings(ClientModel app)
Returns set of client roles that are directly set to this object for the given client.
|
Set<RoleModel> |
ClientProvider.getClientRoles(RealmModel realm,
ClientModel client) |
AuthenticatedClientSessionModel |
UserSessionProvider.getClientSession(UserSessionModel userSession,
ClientModel client,
UUID clientSessionId,
boolean offline) |
long |
UserSessionProvider.getOfflineSessionsCount(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
UserSessionProvider.getOfflineUserSessions(RealmModel realm,
ClientModel client,
int first,
int max) |
UserModel |
UserProvider.getServiceAccount(ClientModel client) |
List<UserSessionModel> |
UserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
UserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client,
int firstResult,
int maxResults) |
void |
UserSessionProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
void |
UserProvider.preRemove(RealmModel realm,
ClientModel client) |
void |
KeycloakContext.setClient(ClientModel client) |
void |
RealmModel.setMasterAdminClient(ClientModel client) |
Constructor and Description |
---|
UserConsentModel(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
Set<RoleModel> |
UserModelDelegate.getClientRoleMappings(ClientModel app) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
CommonClientSessionModel.getClient() |
Modifier and Type | Method and Description |
---|---|
AuthenticationSessionModel |
RootAuthenticationSessionModel.createAuthenticationSession(ClientModel client)
Create new authentication session and returns it.
|
AuthenticationSessionModel |
RootAuthenticationSessionModel.getAuthenticationSession(ClientModel client,
String tabId) |
void |
AuthenticationSessionProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
static boolean |
StorageId.isLocalStorage(ClientModel client) |
static String |
StorageId.resolveProviderId(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
Set<RoleModel> |
AbstractUserAdapterFederatedStorage.getClientRoleMappings(ClientModel app)
Gets role mappings from federated storage and automatically appends default roles.
|
Set<RoleModel> |
AbstractUserAdapter.getClientRoleMappings(ClientModel app) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
ClientLookupProvider.getClientByClientId(String clientId,
RealmModel realm) |
ClientModel |
ClientLookupProvider.getClientById(String id,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
void |
UserFederatedStorageProvider.preRemove(RealmModel realm,
ClientModel client) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.