Modifier and Type | Interface and Description |
---|---|
static interface |
UserProvider.Streams
The
UserProvider.Streams interface makes all collection-based methods in UserProvider default by
providing implementations that delegate to the Stream -based variants instead of the other way around. |
Modifier and Type | Method and Description |
---|---|
UserProvider |
KeycloakSession.userLocalStorage()
Keycloak specific local storage for users.
|
UserProvider |
KeycloakSession.users()
A cached view of all users in system including users loaded by UserStorageProviders
|
UserProvider |
KeycloakSession.userStorageManager()
Un-cached view of all users in system including users loaded by UserStorageProviders
|
Modifier and Type | Method and Description |
---|---|
boolean |
UserManager.removeUser(RealmModel realm,
UserModel user,
UserProvider userProvider) |
Modifier and Type | Interface and Description |
---|---|
interface |
UserCache
All these methods effect an entire cluster of Keycloak instances.
|
static interface |
UserCache.Streams
The
UserCache.Streams interface differs from UserCache in that it extends the UserProvider.Streams
interface, allowing implementations of UserCache to focus on the Stream -based methods
in the UserProvider interface. |
Modifier and Type | Class and Description |
---|---|
class |
UserCacheSession |
Modifier and Type | Field and Description |
---|---|
protected UserProvider |
UserCacheSession.delegate |
Modifier and Type | Method and Description |
---|---|
UserProvider |
UserCacheSession.getDelegate() |
Modifier and Type | Class and Description |
---|---|
class |
JpaUserProvider |
Modifier and Type | Method and Description |
---|---|
UserProvider |
JpaUserProviderFactory.create(KeycloakSession session) |
Modifier and Type | Class and Description |
---|---|
class |
MapUserProvider<K> |
Modifier and Type | Method and Description |
---|---|
UserProvider |
MapUserProviderFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
UserProvider |
DefaultKeycloakSession.userLocalStorage() |
UserProvider |
DefaultKeycloakSession.users() |
UserProvider |
DefaultKeycloakSession.userStorageManager() |
Modifier and Type | Class and Description |
---|---|
class |
UserStorageManager |
Modifier and Type | Method and Description |
---|---|
protected UserProvider |
UserStorageManager.localStorage() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.