Package org.keycloak.storage.user
-
Interface Summary Interface Description ImportedUserValidation This is an optional capability interface that is intended to be implemented by anyUserStorageProvider
that supports validating users.ImportSynchronization This is an optional capability interface that is intended to be implemented by anyUserStorageProvider
that supports syncing users to keycloak local storage.UserBulkUpdateProvider This is an optional capability interface that is intended to be implemented by anyUserStorageProvider
that supports bulk operations.UserLookupProvider This is an optional capability interface that is intended to be implemented by anyUserStorageProvider
that 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 anyUserStorageProvider
that 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 anyUserStorageProvider
that supports addition of new users. -
Class Summary Class Description SynchronizationResult