|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoleContextNotFoundException | |
---|---|
com.sas.hls.security.role | Service and class definitions for manipulating and creating roles, their availability in contexts, and their membership lists. |
Uses of RoleContextNotFoundException in com.sas.hls.security.role |
---|
Methods in com.sas.hls.security.role that throw RoleContextNotFoundException | |
---|---|
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. |
Role |
RoleDefinitionService.createRole(RoleContext roleContext,
String name,
String description,
Set<Privilege> privileges)
Create a role and assign role to the specified context. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |