Modifier and Type | Field and Description |
---|---|
protected ClientModel |
AuthenticationProcessor.client |
Modifier and Type | Method and Description |
---|---|
ClientModel |
AuthenticationProcessor.getClient() |
ClientModel |
AuthenticationProcessor.Result.getClient() |
ClientModel |
ClientAuthenticationFlowContext.getClient()
Current client attached to this flow.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
ClientAuthenticatorFactory.getAdapterConfiguration(ClientModel client)
Get configuration, which needs to be used for adapter ( keycloak.json ) of particular client.
|
void |
AuthenticationProcessor.setClient(ClientModel client) |
void |
AuthenticationProcessor.Result.setClient(ClientModel client) |
void |
ClientAuthenticationFlowContext.setClient(ClientModel client)
Attach a specific client to this flow.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
JWTClientAuthenticator.getAdapterConfiguration(ClientModel client) |
Map<String,Object> |
ClientIdAndSecretAuthenticator.getAdapterConfiguration(ClientModel client) |
Constructor and Description |
---|
AuthorizationService(KeycloakSession session,
ClientModel client,
RealmAuth auth) |
ResourceServerService(AuthorizationProvider authorization,
ResourceServer resourceServer,
ClientModel client,
RealmAuth auth) |
Modifier and Type | Method and Description |
---|---|
EventBuilder |
EventBuilder.client(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
static ClientRepresentation |
ExportUtils.exportClient(ClientModel client)
Full export of application including claims and secret
|
Modifier and Type | Method and Description |
---|---|
Set<RoleModel> |
RoleLDAPFederationMapper.LDAPRoleMappingsUserDelegate.getClientRoleMappings(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
ApplicationsBean.ApplicationEntry.getClient() |
Constructor and Description |
---|
ApplicationEntry(List<RoleModel> realmRolesAvailable,
MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> resourceRolesAvailable,
List<RoleModel> realmRolesGranted,
MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> resourceRolesGranted,
ClientModel client,
List<String> claimsGranted,
List<String> additionalGrants) |
Modifier and Type | Field and Description |
---|---|
protected ClientModel |
ClientBean.client |
Constructor and Description |
---|
ClientBean(ClientModel client,
URI requestUri) |
OAuthGrantBean(String code,
ClientSessionModel clientSession,
ClientModel client,
List<RoleModel> realmRolesRequested,
javax.ws.rs.core.MultivaluedMap<String,RoleModel> resourceRolesRequested,
List<ProtocolMapperModel> protocolMappersRequested,
String accessRequestMessage) |
Modifier and Type | Field and Description |
---|---|
protected ClientModel |
ClientConfigResolver.client |
Modifier and Type | Method and Description |
---|---|
ClientModel |
RealmProvider.addClient(RealmModel realm,
String clientId) |
ClientModel |
RealmProvider.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 |
ClientSessionModel.getClient() |
ClientModel |
RealmModel.getClientByClientId(String clientId) |
ClientModel |
RealmProvider.getClientByClientId(String clientId,
RealmModel realm) |
ClientModel |
RealmModel.getClientById(String id) |
ClientModel |
RealmProvider.getClientById(String id,
RealmModel realm) |
ClientModel |
RealmModel.ClientCreationEvent.getCreatedClient() |
ClientModel |
RealmModel.getMasterAdminClient() |
Modifier and Type | Method and Description |
---|---|
List<ClientModel> |
RealmModel.getClients() |
List<ClientModel> |
RealmProvider.getClients(RealmModel realm) |
Constructor and Description |
---|
ClientConfigResolver(ClientModel client) |
UserConsentModel(ClientModel client) |
Modifier and Type | Field and Description |
---|---|
protected ClientModel |
ClientAdapter.updated |
Modifier and Type | Method and Description |
---|---|
ClientModel |
RealmCacheSession.addClient(RealmModel realm,
String clientId) |
ClientModel |
RealmCacheSession.addClient(RealmModel realm,
String id,
String clientId) |
ClientModel |
RealmAdapter.addClient(String name) |
ClientModel |
RealmAdapter.addClient(String id,
String clientId) |
ClientModel |
RealmAdapter.getClientByClientId(String clientId) |
ClientModel |
RealmCacheSession.getClientByClientId(String clientId,
RealmModel realm) |
ClientModel |
RealmAdapter.getClientById(String id) |
ClientModel |
RealmCacheSession.getClientById(String id,
RealmModel realm) |
ClientModel |
RealmAdapter.getMasterAdminClient() |
Modifier and Type | Method and Description |
---|---|
List<ClientModel> |
RealmAdapter.getClients() |
List<ClientModel> |
RealmCacheSession.getClients(RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
RoleModel |
RealmCacheSession.addClientRole(RealmModel realm,
ClientModel client,
String name) |
RoleModel |
RealmCacheSession.addClientRole(RealmModel realm,
ClientModel client,
String id,
String name) |
RoleModel |
RealmCacheSession.getClientRole(RealmModel realm,
ClientModel client,
String name) |
Set<RoleModel> |
UserAdapter.getClientRoleMappings(ClientModel app) |
Set<RoleModel> |
GroupAdapter.getClientRoleMappings(ClientModel app) |
Set<RoleModel> |
RealmCacheSession.getClientRoles(RealmModel realm,
ClientModel client) |
UserModel |
UserCacheSession.getServiceAccount(ClientModel client) |
protected void |
RealmCacheSession.invalidateClient(RealmModel realm,
ClientModel client) |
void |
UserCacheSession.preRemove(RealmModel realm,
ClientModel client) |
void |
RealmAdapter.setMasterAdminClient(ClientModel client) |
Constructor and Description |
---|
CachedClient(Long revision,
RealmModel realm,
ClientModel model) |
Modifier and Type | Class and Description |
---|---|
class |
ClientAdapter |
Modifier and Type | Method and Description |
---|---|
ClientModel |
JpaRealmProvider.addClient(RealmModel realm,
String clientId) |
ClientModel |
JpaRealmProvider.addClient(RealmModel realm,
String id,
String clientId) |
ClientModel |
RealmAdapter.addClient(String name) |
ClientModel |
RealmAdapter.addClient(String id,
String clientId) |
ClientModel |
RealmAdapter.getClientByClientId(String clientId) |
ClientModel |
JpaRealmProvider.getClientByClientId(String clientId,
RealmModel realm) |
ClientModel |
RealmAdapter.getClientById(String id) |
ClientModel |
JpaRealmProvider.getClientById(String id,
RealmModel realm) |
ClientModel |
RealmAdapter.getMasterAdminClient() |
Modifier and Type | Method and Description |
---|---|
List<ClientModel> |
RealmAdapter.getClients() |
List<ClientModel> |
JpaRealmProvider.getClients(RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
RoleModel |
JpaRealmProvider.addClientRole(RealmModel realm,
ClientModel client,
String name) |
RoleModel |
JpaRealmProvider.addClientRole(RealmModel realm,
ClientModel client,
String id,
String name) |
RoleModel |
JpaRealmProvider.getClientRole(RealmModel realm,
ClientModel client,
String name) |
Set<RoleModel> |
UserAdapter.getClientRoleMappings(ClientModel app) |
Set<RoleModel> |
GroupAdapter.getClientRoleMappings(ClientModel app) |
Set<RoleModel> |
JpaRealmProvider.getClientRoles(RealmModel realm,
ClientModel client) |
UserModel |
JpaUserProvider.getServiceAccount(ClientModel client) |
void |
JpaUserProvider.preRemove(RealmModel realm,
ClientModel client) |
void |
RealmAdapter.setMasterAdminClient(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
void |
JpaUserSessionPersisterProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
MongoRealmProvider.addClient(RealmModel realm,
String clientId) |
ClientModel |
MongoRealmProvider.addClient(RealmModel realm,
String id,
String clientId) |
ClientModel |
RealmAdapter.addClient(String name) |
ClientModel |
RealmAdapter.addClient(String id,
String clientId) |
ClientModel |
RealmAdapter.getClientByClientId(String clientId) |
ClientModel |
MongoRealmProvider.getClientByClientId(String clientId,
RealmModel realm) |
ClientModel |
RealmAdapter.getClientById(String id) |
ClientModel |
MongoRealmProvider.getClientById(String id,
RealmModel realm) |
ClientModel |
RealmAdapter.getMasterAdminClient() |
Modifier and Type | Method and Description |
---|---|
List<ClientModel> |
RealmAdapter.getClients() |
List<ClientModel> |
MongoRealmProvider.getClients(RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
RoleModel |
MongoRealmProvider.addClientRole(RealmModel realm,
ClientModel client,
String name) |
RoleModel |
MongoRealmProvider.addClientRole(RealmModel realm,
ClientModel client,
String id,
String name) |
RoleModel |
MongoRealmProvider.getClientRole(RealmModel realm,
ClientModel client,
String name) |
Set<RoleModel> |
UserAdapter.getClientRoleMappings(ClientModel app) |
Set<RoleModel> |
GroupAdapter.getClientRoleMappings(ClientModel app) |
Set<RoleModel> |
MongoRealmProvider.getClientRoles(RealmModel realm,
ClientModel client) |
UserModel |
MongoUserProvider.getServiceAccount(ClientModel client) |
void |
MongoUserSessionPersisterProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
void |
MongoUserProvider.preRemove(RealmModel realm,
ClientModel client) |
void |
RealmAdapter.setMasterAdminClient(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
static List<MongoRoleEntity> |
MongoModelUtils.getAllScopesOfClient(ClientModel client,
MongoStoreInvocationContext invContext) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
PersistentClientSessionAdapter.getClient() |
Modifier and Type | Method and Description |
---|---|
void |
UserSessionPersisterProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
void |
DisabledUserSessionPersisterProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
Constructor and Description |
---|
PersistentClientSessionAdapter(PersistentClientSessionModel model,
RealmModel realm,
ClientModel client,
UserSessionModel userSession) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
ClientSessionAdapter.getClient() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
InfinispanUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client) |
long |
InfinispanUserSessionProvider.getActiveUserSessions(RealmModel realm,
ClientModel client) |
long |
InfinispanUserSessionProvider.getOfflineSessionsCount(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
InfinispanUserSessionProvider.getOfflineUserSessions(RealmModel realm,
ClientModel client,
int first,
int max) |
List<UserSessionModel> |
InfinispanUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
InfinispanUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client,
int firstResult,
int maxResults) |
protected List<UserSessionModel> |
InfinispanUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client,
int firstResult,
int maxResults,
boolean offline) |
protected long |
InfinispanUserSessionProvider.getUserSessionsCount(RealmModel realm,
ClientModel client,
boolean offline) |
void |
InfinispanUserSessionProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
static ClientModel |
RepresentationToModel.createClient(KeycloakSession session,
RealmModel realm,
ClientRepresentation resourceRep,
boolean addDefaultRoles)
Does not create scope or role mappings!
|
static ClientModel |
KeycloakModelUtils.createClient(RealmModel realm,
String name) |
Modifier and Type | Method and Description |
---|---|
static void |
RepresentationToModel.createClientRoleMappings(ClientModel clientModel,
UserModel user,
List<String> roleNames) |
static void |
RepresentationToModel.createClientScopeMappings(RealmModel realm,
ClientModel clientModel,
List<ScopeMappingRepresentation> mappings) |
static UserCredentialModel |
KeycloakModelUtils.generateSecret(ClientModel client) |
Set<RoleModel> |
UserModelDelegate.getClientRoleMappings(ClientModel app) |
static Set<RoleModel> |
KeycloakModelUtils.getClientScopeMappings(ClientModel client,
ScopeContainerModel container) |
static ClientRepresentation |
ModelToRepresentation.toRepresentation(ClientModel clientModel) |
static void |
RepresentationToModel.updateClient(ClientRepresentation rep,
ClientModel resource) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractLoginProtocolFactory.addDefaults(ClientModel realm) |
javax.ws.rs.core.Response |
ClientInstallationProvider.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI serverBaseUri) |
void |
LoginProtocolFactory.setupClientDefaults(ClientRepresentation rep,
ClientModel newClient)
Setup default values for new clients.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OIDCLoginProtocolFactory.addDefaults(ClientModel client) |
AccessToken |
TokenManager.createClientAccessToken(KeycloakSession session,
Set<RoleModel> requestedRoles,
RealmModel realm,
ClientModel client,
UserModel user,
UserSessionModel userSession,
ClientSessionModel clientSession) |
static Set<RoleModel> |
TokenManager.getAccess(String scopeParam,
boolean applyScopeParam,
ClientModel client,
UserModel user) |
protected AccessToken |
TokenManager.initToken(RealmModel realm,
ClientModel client,
UserModel user,
UserSessionModel session,
ClientSessionModel clientSession,
javax.ws.rs.core.UriInfo uriInfo) |
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) |
void |
OIDCLoginProtocolFactory.setupClientDefaults(ClientRepresentation rep,
ClientModel newClient) |
AccessToken |
TokenManager.transformAccessToken(KeycloakSession session,
AccessToken token,
RealmModel realm,
ClientModel client,
UserModel user,
UserSessionModel userSession,
ClientSessionModel clientSession) |
void |
TokenManager.transformIDToken(KeycloakSession session,
IDToken token,
RealmModel realm,
ClientModel client,
UserModel user,
UserSessionModel userSession,
ClientSessionModel clientSession) |
AccessToken |
TokenManager.transformUserInfoAccessToken(KeycloakSession session,
AccessToken token,
RealmModel realm,
ClientModel client,
UserModel user,
UserSessionModel userSession,
ClientSessionModel clientSession) |
Constructor and Description |
---|
AccessTokenResponseBuilder(RealmModel realm,
ClientModel client,
EventBuilder event,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
KeycloakOIDCJbossSubsystemClientInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI baseUri) |
javax.ws.rs.core.Response |
KeycloakOIDCClientInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI baseUri) |
static Map<String,Object> |
KeycloakOIDCClientInstallation.getClientCredentialsAdapterConfig(KeycloakSession session,
ClientModel client) |
static boolean |
KeycloakOIDCClientInstallation.showClientCredentialsAdapterConfig(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
AuthorizeClientUtil.ClientAuthResult.getClient() |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
WebOriginsUtils.resolveValidWebOrigins(javax.ws.rs.core.UriInfo uriInfo,
ClientModel client) |
static String |
RedirectUtils.verifyRedirectUri(javax.ws.rs.core.UriInfo uriInfo,
String redirectUri,
RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
protected void |
SamlProtocolFactory.addDefaults(ClientModel client) |
protected SAML2LogoutRequestBuilder |
SamlProtocol.createLogoutRequest(String logoutUrl,
ClientSessionModel clientSession,
ClientModel client) |
static PublicKey |
SamlProtocolUtils.getEncryptionValidationKey(ClientModel client) |
static String |
SamlProtocol.getLogoutServiceUrl(javax.ws.rs.core.UriInfo uriInfo,
ClientModel client,
String bindingType) |
static PublicKey |
SamlProtocolUtils.getPublicKey(ClientModel client,
String attribute) |
static PublicKey |
SamlProtocolUtils.getSignatureValidationKey(ClientModel client) |
protected javax.ws.rs.core.Response |
SamlService.BindingProtocol.loginRequest(String relayState,
AuthnRequestType requestAbstractType,
ClientModel client) |
protected javax.ws.rs.core.Response |
SamlService.BindingProtocol.logoutRequest(LogoutRequestType logoutRequest,
ClientModel client,
String relayState) |
void |
SamlProtocolFactory.setupClientDefaults(ClientRepresentation clientRep,
ClientModel newClient) |
static void |
SamlProtocolUtils.verifyDocumentSignature(ClientModel client,
Document document) |
protected abstract void |
SamlService.BindingProtocol.verifySignature(SAMLDocumentHolder documentHolder,
ClientModel client) |
protected void |
SamlService.PostBindingProtocol.verifySignature(SAMLDocumentHolder documentHolder,
ClientModel client) |
protected void |
SamlService.RedirectBindingProtocol.verifySignature(SAMLDocumentHolder documentHolder,
ClientModel client) |
Constructor and Description |
---|
SamlClient(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
static void |
KeycloakSamlClientInstallation.baseXml(RealmModel realm,
ClientModel client,
URI baseUri,
SamlClient samlClient,
StringBuffer buffer) |
javax.ws.rs.core.Response |
SamlSPDescriptorClientInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI serverBaseUri) |
javax.ws.rs.core.Response |
SamlIDPDescriptorClientInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI serverBaseUri) |
javax.ws.rs.core.Response |
ModAuthMellonClientInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI serverBaseUri) |
javax.ws.rs.core.Response |
KeycloakSamlSubsystemInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI baseUri) |
javax.ws.rs.core.Response |
KeycloakSamlClientInstallation.generateInstallation(KeycloakSession session,
RealmModel realm,
ClientModel client,
URI baseUri) |
static String |
SamlIDPDescriptorClientInstallation.getIDPDescriptorForClient(RealmModel realm,
ClientModel client,
URI serverBaseUri) |
static String |
SamlSPDescriptorClientInstallation.getSPDescriptorForClient(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
DefaultKeycloakContext.getClient() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultKeycloakContext.setClient(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
void |
ClientRegistrationAuth.requireUpdate(ClientModel client) |
void |
ClientRegistrationAuth.requireView(ClientModel client) |
static String |
ClientRegistrationTokenUtils.updateRegistrationAccessToken(KeycloakSession session,
ClientModel client) |
static String |
ClientRegistrationTokenUtils.updateRegistrationAccessToken(RealmModel realm,
javax.ws.rs.core.UriInfo uri,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
static ClientModel |
ClientManager.createClient(KeycloakSession session,
RealmModel realm,
ClientRepresentation rep,
boolean addDefaultRoles)
Should not be called from an import.
|
ClientModel |
Auth.getClient() |
Modifier and Type | Method and Description |
---|---|
Set<ClientModel> |
UserSessionManager.findClientsWithOfflineToken(RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
static void |
AuthenticationManager.backchannelUserFromClient(KeycloakSession session,
RealmModel realm,
UserModel user,
ClientModel client,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers) |
void |
ClientManager.enableServiceAccount(ClientModel client) |
List<UserSessionModel> |
UserSessionManager.findOfflineSessions(RealmModel realm,
ClientModel client,
UserModel user) |
static String |
ResourceAdminManager.getManagementUrl(URI requestUri,
ClientModel client) |
boolean |
Auth.hasClientRole(ClientModel app,
String role) |
boolean |
Auth.hasOneOfAppRole(ClientModel app,
String... roles) |
GlobalRequestResult |
ResourceAdminManager.logoutClient(URI requestUri,
RealmModel realm,
ClientModel resource) |
protected GlobalRequestResult |
ResourceAdminManager.logoutClient(URI requestUri,
RealmModel realm,
ClientModel resource,
int notBefore) |
boolean |
ResourceAdminManager.logoutClientSession(URI requestUri,
RealmModel realm,
ClientModel resource,
ClientSessionModel clientSession) |
protected boolean |
ResourceAdminManager.logoutClientSessions(URI requestUri,
RealmModel realm,
ClientModel resource,
List<ClientSessionModel> clientSessions) |
void |
ResourceAdminManager.logoutUserFromClient(URI requestUri,
RealmModel realm,
ClientModel resource,
UserModel user) |
GlobalRequestResult |
ResourceAdminManager.pushClientRevocationPolicy(URI requestUri,
RealmModel realm,
ClientModel client) |
protected GlobalRequestResult |
ResourceAdminManager.pushRevocationPolicy(URI requestUri,
RealmModel realm,
ClientModel resource,
int notBefore) |
boolean |
ClientManager.removeClient(RealmModel realm,
ClientModel client) |
boolean |
UserSessionManager.revokeOfflineToken(UserModel user,
ClientModel client) |
protected boolean |
ResourceAdminManager.sendLogoutRequest(RealmModel realm,
ClientModel resource,
List<String> adapterSessionIds,
List<String> userSessions,
int notBefore,
String managementUrl) |
protected boolean |
ResourceAdminManager.sendPushRevocationPolicyRequest(RealmModel realm,
ClientModel resource,
int notBefore,
String managementUrl) |
protected boolean |
ResourceAdminManager.sendTestNodeAvailabilityRequest(RealmModel realm,
ClientModel client,
String managementUrl) |
GlobalRequestResult |
ResourceAdminManager.testNodesAvailability(URI requestUri,
RealmModel realm,
ClientModel client) |
ClientManager.InstallationAdapterConfig |
ClientManager.toInstallationRepresentation(RealmModel realmModel,
ClientModel clientModel,
URI baseUri) |
String |
ClientManager.toJBossSubsystemConfig(RealmModel realmModel,
ClientModel clientModel,
URI baseUri) |
Set<String> |
ClientManager.validateRegisteredNodes(ClientModel client) |
Constructor and Description |
---|
Auth(RealmModel realm,
AccessToken token,
UserModel user,
ClientModel client,
UserSessionModel session,
boolean cookie) |
Modifier and Type | Field and Description |
---|---|
protected ClientModel |
AbstractSecuredLocalService.client |
Modifier and Type | Method and Description |
---|---|
protected ClientModel |
ClientsManagementService.authorizeClient() |
Modifier and Type | Method and Description |
---|---|
Cors |
Cors.allowedOrigins(ClientModel client) |
Constructor and Description |
---|
AbstractSecuredLocalService(RealmModel realm,
ClientModel client) |
AccountService(RealmModel realm,
ClientModel client,
EventBuilder event) |
Modifier and Type | Field and Description |
---|---|
protected ClientModel |
ClientRoleMappingsResource.client |
protected ClientModel |
ClientResource.client |
protected ClientModel |
ClientAttributeCertificateResource.client |
protected ClientModel |
ScopeMappedClientResource.scopedClient |
Modifier and Type | Method and Description |
---|---|
ClientModel |
AdminAuth.getClient() |
Modifier and Type | Method and Description |
---|---|
protected void |
RealmsAdminResource.addRealmRep(List<RealmRepresentation> reps,
RealmModel realm,
ClientModel realmManagementClient) |
AdminEventBuilder |
AdminEventBuilder.authClient(ClientModel client) |
protected Set<RoleRepresentation> |
RoleResource.getClientRoleComposites(ClientModel app,
RoleModel role) |
boolean |
AdminAuth.hasAppRole(ClientModel app,
String role) |
boolean |
AdminAuth.hasOneOfAppRole(ClientModel app,
String... roles) |
void |
ClientResource.updateClientFromRep(ClientRepresentation rep,
ClientModel client,
KeycloakSession session) |
Constructor and Description |
---|
AdminAuth(RealmModel realm,
AccessToken token,
UserModel user,
ClientModel client) |
ClientAttributeCertificateResource(RealmModel realm,
RealmAuth auth,
ClientModel client,
KeycloakSession session,
String attributePrefix,
AdminEventBuilder adminEvent) |
ClientResource(RealmModel realm,
RealmAuth auth,
ClientModel clientModel,
KeycloakSession session,
AdminEventBuilder adminEvent) |
ClientRoleMappingsResource(javax.ws.rs.core.UriInfo uriInfo,
KeycloakSession session,
RealmModel realm,
RealmAuth auth,
RoleMapperModel user,
ClientModel client,
AdminEventBuilder adminEvent) |
RealmAuth(AdminAuth auth,
ClientModel realmAdminApp) |
ScopeMappedClientResource(RealmModel realm,
RealmAuth auth,
ScopeContainerModel scopeContainer,
KeycloakSession session,
ClientModel scopedClient,
AdminEventBuilder adminEvent) |
Modifier and Type | Method and Description |
---|---|
UserModel |
UserStorageManager.getServiceAccount(ClientModel client) |
void |
UserStorageManager.preRemove(RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
Set<RoleModel> |
AbstractUserAdapterFederatedStorage.getClientRoleMappings(ClientModel app) |
Set<RoleModel> |
AbstractUserAdapter.getClientRoleMappings(ClientModel app) |
Modifier and Type | Method and Description |
---|---|
Set<RoleModel> |
UserDataAdapter.getClientRoleMappings(ClientModel app) |
Modifier and Type | Method and Description |
---|---|
void |
UserFederatedStorageProvider.preRemove(RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
void |
JpaUserFederatedStorageProvider.preRemove(RealmModel realm,
ClientModel client) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.