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

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

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

Methods in com.sas.hls.security.role that throw RoleNotFoundException
 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.deleteRole(RoleDescriptor roleDescriptor)
          Delete a role and remove its assignment from the context it was defined at.
 Role RoleDefinitionService.getRole(RoleContext roleContext, String name)
          Get a role by specifying its context and name
 Role RoleDefinitionService.getRoleByIdentifier(String identifier)
          Get a role given its identifier.
 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.
 Role RoleDefinitionService.updateRole(Role role)
          Update the definition of the specified role.
 RoleAssignment RoleAssignmentService.updateRoleAssignment(RoleAssignment roleAssignment)
          Update the specified roleAssignment.
 



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