- get(String) - Method in interface org.uberfire.ext.security.management.api.AbstractEntityManager
-
Obtain a single entity instance.
- getAll() - Method in interface org.uberfire.ext.security.management.api.AbstractEntityManager
-
The entities list of given type.
- getCapabilities() - Method in interface org.uberfire.ext.security.management.api.Settings
-
Obtain all available provider capabilities in a single call.
- getCapabilities() - Method in class org.uberfire.ext.security.management.impl.SettingsImpl
-
- getCapability() - Method in exception org.uberfire.ext.security.management.api.exception.UnsupportedServiceCapabilityException
-
- getCode() - Method in exception org.uberfire.ext.security.management.api.exception.OperationFailedException
-
- getConstrainedGroups() - Method in interface org.uberfire.ext.security.management.api.GroupManagerSettings
-
Return constrained groups for management
- getConstrainedGroups() - Method in class org.uberfire.ext.security.management.impl.GroupManagerSettingsImpl
-
- getConstrainedIdentifiers() - Method in interface org.uberfire.ext.security.management.api.AbstractEntityManager.SearchRequest
-
Constrained (not available to use) identifiers.
- getConstrainedIdentifiers() - Method in class org.uberfire.ext.security.management.impl.SearchRequestImpl
-
- getDefaultValue() - Method in interface org.uberfire.ext.security.management.api.UserManager.UserAttribute
-
The default value for an attribute.
- getDefaultValue() - Method in class org.uberfire.ext.security.management.impl.UserAttributeImpl
-
- getIdentifier() - Method in class org.uberfire.ext.security.management.api.event.UserDeletedEvent
-
- getIdentifier() - Method in exception org.uberfire.ext.security.management.api.exception.EntityNotFoundException
-
- getMessage() - Method in exception org.uberfire.ext.security.management.api.exception.EntityNotFoundException
-
- getMessage() - Method in exception org.uberfire.ext.security.management.api.exception.GroupNotFoundException
-
- getMessage() - Method in exception org.uberfire.ext.security.management.api.exception.InvalidEntityIdentifierException
-
- getMessage() - Method in exception org.uberfire.ext.security.management.api.exception.NoImplementationAvailableException
-
- getMessage() - Method in exception org.uberfire.ext.security.management.api.exception.OperationFailedException
-
- getMessage() - Method in exception org.uberfire.ext.security.management.api.exception.UnsupportedServiceCapabilityException
-
- getMessage() - Method in exception org.uberfire.ext.security.management.api.exception.UserAlreadyExistsException
-
- getMessage() - Method in exception org.uberfire.ext.security.management.api.exception.UserNotFoundException
-
- getMessage(String) - Method in class org.uberfire.ext.security.management.api.validation.GroupValidator
-
- getMessage(String) - Method in class org.uberfire.ext.security.management.api.validation.UserValidator
-
- getName() - Method in interface org.uberfire.ext.security.management.api.UserManager.UserAttribute
-
The attribute name.
- getName() - Method in class org.uberfire.ext.security.management.impl.UserAttributeImpl
-
- getPage() - Method in interface org.uberfire.ext.security.management.api.AbstractEntityManager.SearchRequest
-
The page number for the search cursor.
- getPage() - Method in interface org.uberfire.ext.security.management.api.AbstractEntityManager.SearchResponse
-
The page number for the search cursor.
- getPage() - Method in class org.uberfire.ext.security.management.impl.SearchRequestImpl
-
- getPage() - Method in class org.uberfire.ext.security.management.impl.SearchResponseImpl
-
- getPageSize() - Method in interface org.uberfire.ext.security.management.api.AbstractEntityManager.SearchRequest
-
The number of items for each page.
- getPageSize() - Method in interface org.uberfire.ext.security.management.api.AbstractEntityManager.SearchResponse
-
The number of items for each page.
- getPageSize() - Method in class org.uberfire.ext.security.management.impl.SearchRequestImpl
-
- getPageSize() - Method in class org.uberfire.ext.security.management.impl.SearchResponseImpl
-
- getRealmResource() - Method in exception org.uberfire.ext.security.management.api.exception.RealmManagementNotAuthorizedException
-
- getResults() - Method in interface org.uberfire.ext.security.management.api.AbstractEntityManager.SearchResponse
-
The entities resulting from the search operation.
- getResults() - Method in class org.uberfire.ext.security.management.impl.SearchResponseImpl
-
- getSearchPattern() - Method in interface org.uberfire.ext.security.management.api.AbstractEntityManager.SearchRequest
-
The search pattern string.
- getSearchPattern() - Method in interface org.uberfire.ext.security.management.api.AbstractEntityManager.SearchResponse
-
The search pattern string.
- getSearchPattern() - Method in class org.uberfire.ext.security.management.impl.SearchRequestImpl
-
- getSearchPattern() - Method in class org.uberfire.ext.security.management.impl.SearchResponseImpl
-
- getSettings() - Method in interface org.uberfire.ext.security.management.api.AbstractEntityManager
-
The entity manager settings.
- getSupportedAttributes() - Method in interface org.uberfire.ext.security.management.api.UserManagerSettings
-
This method is used to provide all the supported user attributes supported by the specific manager implementation.
- getSupportedAttributes() - Method in class org.uberfire.ext.security.management.impl.UserManagerSettingsImpl
-
- getSymbolsAccepted() - Method in exception org.uberfire.ext.security.management.api.exception.InvalidEntityIdentifierException
-
- getTotal() - Method in interface org.uberfire.ext.security.management.api.AbstractEntityManager.SearchResponse
-
The total entities count.
- getTotal() - Method in class org.uberfire.ext.security.management.impl.SearchResponseImpl
-
- getUser(String) - Method in interface org.uberfire.ext.security.management.api.service.UserManagerService
-
- getUserId() - Method in exception org.uberfire.ext.security.management.api.exception.UserAlreadyExistsException
-
- GroupManager - Interface in org.uberfire.ext.security.management.api
-
The Groups Manager.
- GroupManagerService - Interface in org.uberfire.ext.security.management.api.service
-
Remote service API for the Groups Manager.
- GroupManagerSettings - Interface in org.uberfire.ext.security.management.api
-
The settings for a groups entity manager.
- GroupManagerSettingsImpl - Class in org.uberfire.ext.security.management.impl
-
Default settings for a group manager.
- GroupManagerSettingsImpl(Map<Capability, CapabilityStatus>, boolean) - Constructor for class org.uberfire.ext.security.management.impl.GroupManagerSettingsImpl
-
- GroupNotFoundException - Exception in org.uberfire.ext.security.management.api.exception
-
Exception for user system management when the group is not found.
- GroupNotFoundException(String) - Constructor for exception org.uberfire.ext.security.management.api.exception.GroupNotFoundException
-
- groups() - Method in interface org.uberfire.ext.security.management.api.UserManagementService
-
The Groups Manager service.
- groupsValidator() - Method in interface org.uberfire.ext.security.management.api.UserSystemManager
-
The group validator.
- GroupValidator - Class in org.uberfire.ext.security.management.api.validation
-
The base validator class for a Group entity based on JSR303 Bean Validations.
- GroupValidator() - Constructor for class org.uberfire.ext.security.management.api.validation.GroupValidator
-