Uses of Class
com.sas.lsaf.security.role.RoleDescriptor
Packages that use RoleDescriptor
Package
Description
Service and class definitions for manipulating and creating roles, their availability in contexts, and their
membership lists.
-
Uses of RoleDescriptor in com.sas.lsaf.security.role
Subclasses of RoleDescriptor in com.sas.lsaf.security.roleMethods in com.sas.lsaf.security.role that return RoleDescriptorModifier and TypeMethodDescriptionRoleService.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.Methods in com.sas.lsaf.security.role that return types with arguments of type RoleDescriptorModifier and TypeMethodDescriptionRoleService.getInheritedRoleDescriptorsByRole(String roleId) Gets all inherited roles across contexts that are associated with the specified role.RoleService.getRoleDescriptorsByContext(String contextId) Gets the lightweight representations of all roles that exist at the specified context.RoleService.getRoleDescriptorsByContextAndPrincipal(String contextId, Principal member) Gets all of the roles at the specified context that the specified principal is a member of.RoleService.getRoleDescriptorsByContextAndPrivilege(String contextId, String scopedPrivilegeId) Gets all of the roles at a given context that include the specified privilege.