Uses of Interface
org.keycloak.storage.federated.UserBrokerLinkFederatedStorage
- 
Packages that use UserBrokerLinkFederatedStorage Package Description org.keycloak.storage.federated org.keycloak.storage.jpa 
- 
- 
Uses of UserBrokerLinkFederatedStorage in org.keycloak.storage.federatedSubinterfaces of UserBrokerLinkFederatedStorage in org.keycloak.storage.federated Modifier and Type Interface Description static interfaceUserBrokerLinkFederatedStorage.StreamsTheUserBrokerLinkFederatedStorage.Streamsinterface makes all collection-based methods inUserBrokerLinkFederatedStoragedefault by providing implementations that delegate to theStream-based variants instead of the other way around.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.
- 
Uses of UserBrokerLinkFederatedStorage in org.keycloak.storage.jpaClasses in org.keycloak.storage.jpa that implement UserBrokerLinkFederatedStorage Modifier and Type Class Description classJpaUserFederatedStorageProvider
 
-