Uses of Interface
org.keycloak.storage.federated.UserFederatedUserCredentialStore
-
Packages that use UserFederatedUserCredentialStore Package Description org.keycloak.storage.federated org.keycloak.storage.jpa -
-
Uses of UserFederatedUserCredentialStore in org.keycloak.storage.federated
Subinterfaces of UserFederatedUserCredentialStore in org.keycloak.storage.federated Modifier and Type Interface Description interfaceUserFederatedStorageProviderstatic interfaceUserFederatedStorageProvider.StreamsTheUserFederatedStorageProvider.Streamsinterface makes all collection-based methods inUserFederatedStorageProviderdefault by providing implementations that delegate to theStream-based variants instead of the other way around.static interfaceUserFederatedUserCredentialStore.StreamsTheUserFederatedUserCredentialStore.Streamsinterface makes all collection-based methods inUserFederatedUserCredentialStoredefault by providing implementations that delegate to theStream-based variants instead of the other way around. -
Uses of UserFederatedUserCredentialStore in org.keycloak.storage.jpa
Classes in org.keycloak.storage.jpa that implement UserFederatedUserCredentialStore Modifier and Type Class Description classJpaUserFederatedStorageProvider
-