Package com.sas.hls.security.role.exception

Exceptions that can be thrown while manipulating roles or using the roleDefinitionService or roleAssignmentService.

See:
          Description

Exception Summary
InvalidRoleAssignmentContextException Thrown when an attempt is made to assign a role to a context that does not inherit the definition of that role.
InvalidRoleMemberException Exception thrown when a role assignment is updated with new members that violate any membership contracts.
InvalidRolePrivilegeException Exception thrown when a privilege is assigned to a role and the privilege is not valid for that particular role context.
RoleAssignmentExistsException Thrown when an attempt is made to create a role assignment and one is already defined.
RoleAssignmentNotFoundException Thrown when an attempt is made to create a role assignment and one is already defined.
RoleContextNotFoundException Thrown when the roleContext specified can not be found on the server.
RoleException Abstract parent class for role exceptions thrown while manipulating or accessing roles.
RoleExistsException Thrown when an attempt is made to define a role which is already defined.
RoleNotFoundException Thrown when a specified role was not found on the server.
 

Package com.sas.hls.security.role.exception Description

Exceptions that can be thrown while manipulating roles or using the roleDefinitionService or roleAssignmentService.



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