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 |
---|---|
RoleAssignment |
RoleAssignmentService.getRoleAssignment(AssignedRole assignedRole)
Get the roleAssignment object for the specified assignedRole.
|
RoleAssignment |
RoleAssignmentService.updateRoleAssignment(RoleAssignment roleAssignment)
Update the specified roleAssignment.
|
Modifier and Type | Method and Description |
---|---|
Set<RoleAssignment> |
RoleAssignmentService.getRoleAssignments(RoleContext roleContext)
Get all the roleAssignments for a specified context.
|
Set<RoleAssignment> |
RoleAssignmentService.getRoleAssignmentsByRole(RoleDescriptor roleDescriptor)
Get all roleAssignments across the system which involve the specified role.
|
Set<RoleAssignment> |
RoleAssignmentService.getRoleAssignmentsByRoleContextAndPrincipal(RoleContext roleContext,
Principal member)
Get all the roleAssignments for a context which include the specified principal as a member.
|
Modifier and Type | Method and Description |
---|---|
RoleAssignment |
RoleAssignmentService.updateRoleAssignment(RoleAssignment roleAssignment)
Update the specified roleAssignment.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA