Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.models.utils | |
org.keycloak.services | |
org.keycloak.storage | |
org.keycloak.storage.adapter | |
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 |
UserStorageManager.getFederatedStorage() |
Modifier and Type | Method and Description |
---|---|
UserFederatedStorageProvider |
AbstractUserAdapterFederatedStorage.getFederatedStorage() |
Modifier and Type | Class and Description |
---|---|
class |
JpaUserFederatedStorageProvider |
Modifier and Type | Method and Description |
---|---|
UserFederatedStorageProvider |
JpaUserFederatedStorageProviderFactory.create(KeycloakSession session) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.