Uses of Class
com.sas.lsaf.security.role.InvalidRoleMemberException
-
Packages that use InvalidRoleMemberException Package Description com.sas.lsaf.security.role 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 InvalidRoleMemberException Modifier and Type Method Description Role
RoleService. addInheritedRole(java.lang.String contextId, java.lang.String inheritedRoleId, java.util.Set<Principal> members)
Adds an inherited role at the specified context.Role
RoleService. createRole(java.lang.String contextId, java.lang.String name, java.lang.String description, java.util.Set<java.lang.String> scopedPrivilegeIds, java.util.Set<Principal> members)
Creates a defined role at the specified context.Role
RoleService. updateRole(Role role)
Updates the name, description, privileges or members of the specified role.
-