|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidMemberException | |
---|---|
com.sas.hls.security.membership | Service and class definitions for manipulating the membership of a context. |
Uses of InvalidMemberException in com.sas.hls.security.membership |
---|
Methods in com.sas.hls.security.membership that throw InvalidMemberException | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |