| Interface | Description |
|---|---|
| AbstractEntityManager<T,S extends Settings> |
Basic management API for security realm entities type of
T. |
| AbstractEntityManager.SearchRequest |
The request parameters for performing entity searching on the backend security server.
|
| AbstractEntityManager.SearchResponse<T> |
The response values for a search operation.
|
| ContextualManager |
You should implement this interface if your managed will be handled within the given EE context (eg: JavaEE CDI context).
|
| GroupManager |
The Groups Manager.
|
| GroupManagerSettings |
The settings for a groups entity manager.
|
| RoleManager |
The Roles Manager.
|
| RoleManagerSettings |
The settings for a roles entity manager.
|
| Settings |
The settings for a given entity manager.
|
| UserManagementService |
The services provided by a concrete user management service provider implementation.
|
| UserManager |
The Users Manager.
|
| UserManager.UserAttribute |
Description of a user attribute that is supported by the specific manager implementation.
|
| UserManagerSettings |
The settings for a users entity manager.
|
| UserSystemManager |
Main users, groups and roles management API.
|
| Enum | Description |
|---|---|
| Capability |
Supported features for the User System Management services.
|
| CapabilityStatus |
The status for a capability.
|
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.