Uses of Class
org.uberfire.ext.security.management.api.exception.SecurityManagementException
-
Packages that use SecurityManagementException Package Description org.uberfire.ext.security.management.api org.uberfire.ext.security.management.api.exception -
-
Uses of SecurityManagementException in org.uberfire.ext.security.management.api
Methods in org.uberfire.ext.security.management.api that throw SecurityManagementException Modifier and Type Method Description voidUserManager. assignGroups(String username, Collection<String> groups)Assign a collection of groups to a user.voidUserManager. assignRoles(String username, Collection<String> roles)Assign a collection of roles to a user.voidGroupManager. assignUsers(String name, Collection<String> users)Assign the a group to a given collection of users.voidUserManager. changePassword(String username, String newPassword)Changes the user's password.TAbstractEntityManager. create(T entity)Creates a given entity in the backend security environment.voidAbstractEntityManager. delete(String... identifiers)Deletes a given entity or entities (bulk delete) in the backend security environment.TAbstractEntityManager. get(String identifier)Obtain a single entity instance.List<T>AbstractEntityManager. getAll()The entities list of given type.AbstractEntityManager.SearchResponse<T>AbstractEntityManager. search(AbstractEntityManager.SearchRequest request)Search entities.TAbstractEntityManager. update(T entity)Creates a given entity in the backend security environment. -
Uses of SecurityManagementException in org.uberfire.ext.security.management.api.exception
Subclasses of SecurityManagementException in org.uberfire.ext.security.management.api.exception Modifier and Type Class Description classClientNotFoundExceptionclassEntityNotFoundExceptionException for user system management when some entity is not found.classGroupNotFoundExceptionException for user system management when the group is not found.classInvalidEntityIdentifierExceptionThe entity's identifier is invalid.classNoImplementationAvailableExceptionException for user system management when the service provider implementation class is not available.classOperationFailedExceptionException for user system management when some remote operation has failed.classRealmManagementNotAuthorizedExceptionclassUnsupportedServiceCapabilityExceptionException for user system management when trying to operate with a non supported feature (capability).classUserAlreadyExistsExceptionException for user system management when the entity to create already exists.classUserNotFoundExceptionException for user system management when the user is not found.
-