Modifier and Type | Interface and Description |
---|---|
interface |
RealmProvider |
Modifier and Type | Method and Description |
---|---|
ClientScopeProvider |
KeycloakSession.clientScopeLocalStorage()
Keycloak specific local storage for client scopes.
|
ClientScopeProvider |
KeycloakSession.clientScopes()
Returns a managed provider instance.
|
ClientScopeProvider |
KeycloakSession.clientScopeStorageManager() |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheRealmProvider |
Modifier and Type | Class and Description |
---|---|
class |
RealmCacheSession
- the high level architecture of this cache is an invalidation cache.
|
Modifier and Type | Field and Description |
---|---|
protected ClientScopeProvider |
RealmCacheSession.clientScopeDelegate |
Modifier and Type | Method and Description |
---|---|
ClientScopeProvider |
RealmCacheSession.getClientScopeDelegate() |
Modifier and Type | Class and Description |
---|---|
class |
JpaRealmProvider |
Modifier and Type | Method and Description |
---|---|
ClientScopeProvider |
JpaClientScopeProviderFactory.create(KeycloakSession session) |
Modifier and Type | Class and Description |
---|---|
class |
MapClientScopeProvider<K> |
Modifier and Type | Method and Description |
---|---|
ClientScopeProvider |
MapClientScopeProviderFactory.create(KeycloakSession session) |
Modifier and Type | Class and Description |
---|---|
class |
MapRealmProvider<K> |
Modifier and Type | Method and Description |
---|---|
ClientScopeProvider |
DefaultKeycloakSession.clientScopeLocalStorage() |
ClientScopeProvider |
DefaultKeycloakSession.clientScopes() |
ClientScopeProvider |
DefaultKeycloakSession.clientScopeStorageManager() |
Modifier and Type | Class and Description |
---|---|
class |
ClientScopeStorageManager |
Copyright © 2021 JBoss by Red Hat. All rights reserved.