| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.utils | |
| org.keycloak.services | |
| org.keycloak.storage.adapter | |
| org.keycloak.storage.federated | |
| org.keycloak.storage.jpa |
| Modifier and Type | Method and Description |
|---|---|
UserFederatedStorageProvider |
KeycloakSession.userFederatedStorage()
Hybrid storage for UserStorageProviders that can't store a specific piece of keycloak data in their external storage.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RepresentationToModel.createFederatedClientRoleMappings(UserFederatedStorageProvider federatedStorage,
RealmModel realm,
ClientModel clientModel,
UserRepresentation userRep,
List<String> roleNames) |
static void |
RepresentationToModel.createFederatedRoleMappings(UserFederatedStorageProvider federatedStorage,
UserRepresentation userRep,
RealmModel realm) |
| Modifier and Type | Method and Description |
|---|---|
UserFederatedStorageProvider |
DefaultKeycloakSession.userFederatedStorage() |
| Modifier and Type | Method and Description |
|---|---|
UserFederatedStorageProvider |
AbstractUserAdapterFederatedStorage.getFederatedStorage() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UserFederatedStorageProvider.Streams
The
UserFederatedStorageProvider.Streams interface makes all collection-based methods in UserFederatedStorageProvider
default by providing implementations that delegate to the Stream-based variants instead of the other way
around. |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaUserFederatedStorageProvider |
| Modifier and Type | Method and Description |
|---|---|
UserFederatedStorageProvider |
JpaUserFederatedStorageProviderFactory.create(KeycloakSession session) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.