Package | Description |
---|---|
com.sas.lsaf.security.membership |
Service and class definitions for manipulating the membership of a context.
|
Modifier and Type | Method and Description |
---|---|
void |
MembershipService.addMember(String contextId,
Principal member)
Adds the principal to the membership list of a membership context.
|
void |
MembershipService.addMembers(String contextId,
Set<Principal> members)
Adds the principals to the membership list of a membership context.
|
void |
MembershipService.removeMember(String contextId,
Principal member)
Removes the principal from the membership list of the specified context.
|
void |
MembershipService.removeMembers(String contextId,
Set<Principal> members)
Removes the principals from the membership list of the specified context.
|
Membership |
MembershipService.updateMembership(Membership membership)
Updates the assigned members of a context.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>