Uses of Class
org.keycloak.storage.adapter.AbstractUserAdapter
-
Packages that use AbstractUserAdapter Package Description org.keycloak.storage.adapter -
-
Uses of AbstractUserAdapter in org.keycloak.storage.adapter
Subclasses of AbstractUserAdapter in org.keycloak.storage.adapter Modifier and Type Class Description static classAbstractUserAdapter.StreamsTheAbstractUserAdapter.Streamsclass extends theAbstractUserAdapterabstract 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.
-