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.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.
|
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>