Package org.keycloak.storage.user
-
Interface Summary Interface Description ImportedUserValidation This is an optional capability interface that is intended to be implemented by anyUserStorageProviderthat supports validating users.ImportSynchronization This is an optional capability interface that is intended to be implemented by anyUserStorageProviderthat supports syncing users to keycloak local storage.UserBulkUpdateProvider This is an optional capability interface that is intended to be implemented by anyUserStorageProviderthat supports bulk operations.UserLookupProvider This is an optional capability interface that is intended to be implemented by anyUserStorageProviderthat supports basic user querying.UserLookupProvider.Streams UserQueryProvider This is an optional capability interface that is intended to be implemented by anyUserStorageProviderthat supports complex user querying.UserQueryProvider.Streams TheUserQueryProvider.Streamsinterface makes all collection-based methods inUserQueryProviderdefault by providing implementations that delegate to theStream-based variants instead of the other way around.UserRegistrationProvider This is an optional capability interface that is intended to be implemented by anyUserStorageProviderthat supports addition of new users. -
Class Summary Class Description SynchronizationResult