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

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

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

Methods in com.sas.hls.security.role that throw RoleAssignmentExistsException
 AssignedRole RoleDefinitionService.assignRoleToContext(RoleContext context, RoleDescriptor role)
          Assign an existing role to a context that is a child of the context that the role was defined at so that the inherited role definition may be used at another context.
 AssignedRole RoleDefinitionService.assignRoleToContext(RoleContext context, RoleDescriptor role)
          Assign an existing role to a context that is a child of the context that the role was defined at so that the inherited role definition may be used at another context.
 void RoleDefinitionService.unassignAssignedRoleFromContext(AssignedRole assignedRole)
          Remove an inherited role from context.
 RoleAssignment RoleAssignmentService.updateRoleAssignment(RoleAssignment roleAssignment)
          Update the specified roleAssignment.
 



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