Uses of Class
com.sas.lsaf.security.membership.InvalidMemberException
Packages that use InvalidMemberException
Package
Description
Service and class definitions for manipulating the membership of a context.
-
Uses of InvalidMemberException in com.sas.lsaf.security.membership
Methods in com.sas.lsaf.security.membership that throw InvalidMemberExceptionModifier and TypeMethodDescriptionvoidAdds the principal to the membership list of a membership context.voidMembershipService.addMembers(String contextId, Set<Principal> members) Adds the principals to the membership list of a membership context.voidMembershipService.removeMember(String contextId, Principal member) Removes the principal from the membership list of the specified context.voidMembershipService.removeMembers(String contextId, Set<Principal> members) Removes the principals from the membership list of the specified context.MembershipService.updateMembership(Membership membership) Updates the assigned members of a context.