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