Uses of Interface
org.keycloak.storage.federated.UserConsentFederatedStorage
-
Packages that use UserConsentFederatedStorage Package Description org.keycloak.storage.federated org.keycloak.storage.jpa -
-
Uses of UserConsentFederatedStorage in org.keycloak.storage.federated
Subinterfaces of UserConsentFederatedStorage in org.keycloak.storage.federated Modifier and Type Interface Description static interface
UserConsentFederatedStorage.Streams
TheUserConsentFederatedStorage.Streams
interface makes all collection-based methods inUserConsentFederatedStorage
default by providing implementations that delegate to theStream
-based variants instead of the other way around.interface
UserFederatedStorageProvider
static interface
UserFederatedStorageProvider.Streams
TheUserFederatedStorageProvider.Streams
interface makes all collection-based methods inUserFederatedStorageProvider
default by providing implementations that delegate to theStream
-based variants instead of the other way around. -
Uses of UserConsentFederatedStorage in org.keycloak.storage.jpa
Classes in org.keycloak.storage.jpa that implement UserConsentFederatedStorage Modifier and Type Class Description class
JpaUserFederatedStorageProvider
-