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 Deprecated. This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directlyUserQueryProvider This is an optional capability interface that is intended to be implemented by anyUserStorageProviderthat supports complex user querying.UserQueryProvider.Streams Deprecated. This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directlyUserRegistrationProvider This is an optional capability interface that is intended to be implemented by anyUserStorageProviderthat supports addition of new users.
- 
Class Summary Class Description SynchronizationResult