Package | Description |
---|---|
com.sas.hls.security.membership |
Service and class definitions for manipulating the membership of a context.
|
com.sas.hls.security.role |
Service and class definitions for manipulating and creating roles, their
availability in contexts, and their membership lists.
|
Modifier and Type | Method and Description |
---|---|
void |
MembershipService.removeMember(MembershipContext context,
Principal member)
Remove the specified principal from the membership list of the specified context.
|
void |
MembershipService.removeMembers(MembershipContext context,
Set<Principal> members) |
Modifier and Type | Method and Description |
---|---|
boolean |
RoleAssignmentService.hasPrivilegeAtContext(Privilege privilege,
RoleContext roleContext,
Principal member)
Check if the principal has the privilege at the given context.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA