| Package | Description |
|---|---|
| org.keycloak.storage.federated | |
| org.keycloak.storage.jpa |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserFederatedStorageProvider |
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. |
static interface |
UserGroupMembershipFederatedStorage.Streams
The
UserGroupMembershipFederatedStorage.Streams interface makes all collection-based methods in UserGroupMembershipFederatedStorage
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 |
Copyright © 2021 JBoss by Red Hat. All rights reserved.