Uses of Class
com.sas.lsaf.security.role.InvalidRoleMemberException
Packages that use InvalidRoleMemberException
Package
Description
Service and class definitions for manipulating and creating roles, their availability in contexts, and their
membership lists.
-
Uses of InvalidRoleMemberException in com.sas.lsaf.security.role
Methods in com.sas.lsaf.security.role that throw InvalidRoleMemberExceptionModifier 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.updateRole(Role role) Updates the name, description, privileges or members of the specified role.