Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.models.cache | |
org.keycloak.storage.user |
Class and Description |
---|
UserBulkUpdateProvider
This is an optional capability interface that is intended to be implemented by any
UserStorageProvider that supports bulk operations. |
UserLookupProvider
This is an optional capability interface that is intended to be implemented by any
UserStorageProvider that supports basic user querying. |
UserLookupProvider.Streams |
UserQueryProvider
This is an optional capability interface that is intended to be implemented by any
UserStorageProvider that supports complex user querying. |
UserQueryProvider.Streams
The
UserQueryProvider.Streams interface makes all collection-based methods in UserQueryProvider default by
providing implementations that delegate to the Stream -based variants instead of the other way around. |
UserRegistrationProvider
This is an optional capability interface that is intended to be implemented by any
UserStorageProvider that supports addition of new users. |
Class and Description |
---|
UserBulkUpdateProvider
This is an optional capability interface that is intended to be implemented by any
UserStorageProvider that supports bulk operations. |
UserLookupProvider
This is an optional capability interface that is intended to be implemented by any
UserStorageProvider that supports basic user querying. |
UserLookupProvider.Streams |
UserQueryProvider
This is an optional capability interface that is intended to be implemented by any
UserStorageProvider that supports complex user querying. |
UserQueryProvider.Streams
The
UserQueryProvider.Streams interface makes all collection-based methods in UserQueryProvider default by
providing implementations that delegate to the Stream -based variants instead of the other way around. |
UserRegistrationProvider
This is an optional capability interface that is intended to be implemented by any
UserStorageProvider that supports addition of new users. |
Class and Description |
---|
SynchronizationResult |
UserLookupProvider
This is an optional capability interface that is intended to be implemented by any
UserStorageProvider that supports basic user querying. |
UserQueryProvider
This is an optional capability interface that is intended to be implemented by any
UserStorageProvider that supports complex user querying. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.