Uses of Class
com.sas.hls.security.role.RoleAssignment

Packages that use RoleAssignment
com.sas.hls.security.role Service and class definitions for manipulating and creating roles, their availability in contexts, and their membership lists. 
 

Uses of RoleAssignment in com.sas.hls.security.role
 

Methods in com.sas.hls.security.role that return RoleAssignment
 RoleAssignment RoleAssignmentService.getRoleAssignment(AssignedRole assignedRole)
          Get the roleAssignment object for the specified assignedRole.
 RoleAssignment RoleAssignmentService.updateRoleAssignment(RoleAssignment roleAssignment)
          Update the specified roleAssignment.
 

Methods in com.sas.hls.security.role that return types with arguments of type RoleAssignment
 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.
 

Methods in com.sas.hls.security.role with parameters of type RoleAssignment
 RoleAssignment RoleAssignmentService.updateRoleAssignment(RoleAssignment roleAssignment)
          Update the specified roleAssignment.
 



Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA