Package | Description |
---|---|
com.sas.lsaf.security.role |
Service and class definitions for manipulating and creating roles, their availability in contexts, and their
membership lists.
|
Modifier and Type | Method and Description |
---|---|
Role |
RoleService.addInheritedRole(String contextId,
String inheritedRoleId,
Set<Principal> members)
Adds an inherited role at the specified context.
|
Role |
RoleService.createRole(String contextId,
String name,
String description,
Set<String> scopedPrivilegeIds,
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.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA