Uses of Class
com.sas.lsaf.security.role.RoleNotFoundException
Packages that use RoleNotFoundException
Package
Description
Service and class definitions for manipulating and creating roles, their availability in contexts, and their
membership lists.
-
Uses of RoleNotFoundException in com.sas.lsaf.security.role
Methods in com.sas.lsaf.security.role that throw RoleNotFoundExceptionModifier and TypeMethodDescriptionRoleService.addInheritedRole(String contextId, String inheritedRoleId, Set<Principal> members) Adds an inherited role at the specified context.voidRoleService.deleteRole(String roleId) Deletes the role as well as all inherited roles created from the role.RoleService.getInheritedRoleDescriptorsByRole(String roleId) Gets all inherited roles across contexts that are associated with the specified role.RoleService.getRoleById(String roleId) Get a role given its identifier.RoleService.getRoleByName(String contextId, String name) Gets a defined role by specifying its context and name.RoleService.getRoleDescriptorById(String roleId) Gets a role descriptor given its identifier.RoleService.getRoleDescriptorByName(String contextId, String name) Gets a defined role descriptor by specifying its context and name.RoleService.updateRole(Role role) Updates the name, description, privileges or members of the specified role.