Uses of Class
org.keycloak.storage.adapter.AbstractUserAdapterFederatedStorage
-
Packages that use AbstractUserAdapterFederatedStorage Package Description org.keycloak.storage.adapter -
-
Uses of AbstractUserAdapterFederatedStorage in org.keycloak.storage.adapter
Subclasses of AbstractUserAdapterFederatedStorage in org.keycloak.storage.adapter Modifier and Type Class Description static classAbstractUserAdapterFederatedStorage.StreamsTheAbstractUserAdapterFederatedStorage.Streamsclass extends theAbstractUserAdapterFederatedStorageabstract class and implements theUserModel.Streamsinterface, allowing subclasses to focus on the implementation of theStream-based query methods and providing default implementations for the collections-based variants that delegate to theirStreamcounterparts.
-