Package | Description |
---|---|
com.sas.hls.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 |
---|---|
AssignedRole |
RoleDefinitionService.getAssignedRole(RoleContext context,
RoleDescriptor role)
Get the specified role assigned to the context
|
RoleAssignment |
RoleAssignmentService.getRoleAssignment(AssignedRole assignedRole)
Get the roleAssignment object for the specified assignedRole.
|
void |
RoleDefinitionService.unassignAssignedRole(RoleDescriptor roleDescriptor)
Remove all assignments of this role to inherited contexts.
|
void |
RoleDefinitionService.unassignAssignedRoleFromContext(AssignedRole assignedRole)
Remove an inherited role from context.
|
RoleAssignment |
RoleAssignmentService.updateRoleAssignment(RoleAssignment roleAssignment)
Update the specified roleAssignment.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA