Uses of Class
com.sas.lsaf.security.membership.InvalidMemberException
-
Packages that use InvalidMemberException Package Description com.sas.lsaf.security.membership 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 InvalidMemberException Modifier and Type Method Description void
MembershipService. addMember(java.lang.String contextId, Principal member)
Adds the principal to the membership list of a membership context.void
MembershipService. addMembers(java.lang.String contextId, java.util.Set<Principal> members)
Adds the principals to the membership list of a membership context.void
MembershipService. removeMember(java.lang.String contextId, Principal member)
Removes the principal from the membership list of the specified context.void
MembershipService. removeMembers(java.lang.String contextId, java.util.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.
-