Uses of Class
com.sas.lsaf.security.role.Role
Packages that use Role
Package
Description
Service and class definitions for manipulating and creating roles, their availability in contexts, and their
membership lists.
-
Uses of Role in com.sas.lsaf.security.role
Methods in com.sas.lsaf.security.role that return RoleModifier and TypeMethodDescriptionRoleService.addInheritedRole(String contextId, String inheritedRoleId, Set<Principal> members) Adds an inherited role at the specified context.RoleService.createRole(String contextId, String name, String description, Set<String> scopedPrivilegeIds, Set<Principal> members) Creates a defined role at the specified context.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.updateRole(Role role) Updates the name, description, privileges or members of the specified role.Methods in com.sas.lsaf.security.role that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleService.getRolesByContext(String contextId) Gets all of the roles that exist at the specified context.RoleService.getRolesByIds(Set<String> roleIds) Gets set of roles given their identifiers.Methods in com.sas.lsaf.security.role with parameters of type RoleModifier and TypeMethodDescriptionRoleService.updateRole(Role role) Updates the name, description, privileges or members of the specified role.