Package | Description |
---|---|
com.sas.hls.security.membership |
Service and class definitions for manipulating the membership of a context.
|
Modifier and Type | Method and Description |
---|---|
void |
MembershipService.addMember(MembershipContext context,
Principal member)
Add the specified principal to the membership list of a membership context.
|
void |
MembershipService.addMembers(MembershipContext context,
Set<Principal> members)
Add the specified principal to the membership list of a membership context.
|
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) |
Membership |
MembershipService.updateMembership(Membership membership)
Update a membership list.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA