Uses of Interface
org.keycloak.storage.user.UserQueryProvider
-
Packages that use UserQueryProvider Package Description org.keycloak.models org.keycloak.storage.user -
-
Uses of UserQueryProvider in org.keycloak.models
Subinterfaces of UserQueryProvider in org.keycloak.models Modifier and Type Interface Description interfaceUserProviderstatic interfaceUserProvider.StreamsTheUserProvider.Streamsinterface makes all collection-based methods inUserProviderdefault by providing implementations that delegate to theStream-based variants instead of the other way around. -
Uses of UserQueryProvider in org.keycloak.storage.user
Subinterfaces of UserQueryProvider in org.keycloak.storage.user Modifier and Type Interface Description static interfaceUserQueryProvider.StreamsTheUserQueryProvider.Streamsinterface makes all collection-based methods inUserQueryProviderdefault by providing implementations that delegate to theStream-based variants instead of the other way around.
-