All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractEntityManager<T,S extends Settings> Basic management API for security realm entities type ofT.AbstractEntityManager.SearchRequest The request parameters for performing entity searching on the backend security server.AbstractEntityManager.SearchResponse<T> The response values for a search operation.Capability Supported features for the User System Management services.CapabilityStatus The status for a capability.ClientNotFoundException ContextualManager You should implement this interface if your managed will be handled within the given EE context (eg: JavaEE CDI context).EntityNotFoundException Exception for user system management when some entity is not found.EntityValidator<T> The validator contract for a given security entity of typeT.GroupManager The Groups Manager.GroupManagerService Remote service API for the Groups Manager.GroupManagerSettings The settings for a groups entity manager.GroupManagerSettingsImpl Default settings for a group manager.GroupNotFoundException Exception for user system management when the group is not found.GroupValidator The base validator class for a Group entity based on JSR303 Bean Validations.InvalidEntityIdentifierException The entity's identifier is invalid.NoImplementationAvailableException Exception for user system management when the service provider implementation class is not available.OperationFailedException Exception for user system management when some remote operation has failed.RealmManagementNotAuthorizedException RoleManager The Roles Manager.RoleManagerService Remote service API for the Roles Manager.RoleManagerSettings The settings for a roles entity manager.RoleManagerSettingsImpl Default settings for a role manager.RoleValidator The base validator class for a Role entity based on JSR303 Bean Validations.SearchRequestImpl A default search request implementation for the users system management.SearchResponseImpl<T> A default search response implementation for the users system management.SecurityManagementException Generic exception for user system management API.Settings The settings for a given entity manager.SettingsImpl Base provider settings implementation.UnsupportedServiceCapabilityException Exception for user system management when trying to operate with a non supported feature (capability).UserAlreadyExistsException Exception for user system management when the entity to create already exists.UserAttributeImpl Default portable User attribute implementation class.UserDeletedEvent 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.UserManagerService Remote service API for the Users Manager.UserManagerSettings The settings for a users entity manager.UserManagerSettingsImpl Default settings for a user manager.UserNotFoundException Exception for user system management when the user is not found.UserSystemManager Main users, groups and roles management API.UserValidator The base validator class for a User entity based on JSR303 Bean Validations.