Uses of Class
com.sas.hls.security.role.exception.RoleAssignmentNotFoundException

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

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

Methods in com.sas.hls.security.role that throw RoleAssignmentNotFoundException
 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) 2014, SAS Institute Inc., Cary, NC, USA