| Modifier and Type | Interface and Description |
|---|---|
interface |
RealmProvider |
| Modifier and Type | Method and Description |
|---|---|
ClientProvider |
KeycloakSession.clientLocalStorage()
Keycloak specific local storage for clients.
|
ClientProvider |
KeycloakSession.clients()
Returns a managed provider instance.
|
ClientProvider |
KeycloakSession.clientStorageManager() |
| 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 ClientProvider |
RealmCacheSession.clientDelegate |
| Modifier and Type | Method and Description |
|---|---|
ClientProvider |
RealmCacheSession.getClientDelegate() |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaRealmProvider |
| Modifier and Type | Method and Description |
|---|---|
ClientProvider |
JpaClientProviderFactory.create(KeycloakSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapClientProvider |
| Modifier and Type | Method and Description |
|---|---|
ClientProvider |
MapClientProviderFactory.create(KeycloakSession session) |
| Modifier and Type | Method and Description |
|---|---|
ClientProvider |
DefaultKeycloakSession.clientLocalStorage() |
ClientProvider |
DefaultKeycloakSession.clients() |
ClientProvider |
DefaultKeycloakSession.clientStorageManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientStorageManager |
Copyright © 2021 JBoss by Red Hat. All rights reserved.