Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.storage.adapter | |
org.keycloak.storage.federated |
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 |
---|---|
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. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.