Uses of Class
com.sas.lsaf.security.membership.MemberNotFoundException
Packages that use MemberNotFoundException
Package
Description
Service and class definitions for manipulating the membership of a context.
-
Uses of MemberNotFoundException in com.sas.lsaf.security.membership
Methods in com.sas.lsaf.security.membership that throw MemberNotFoundExceptionModifier and TypeMethodDescriptionvoidMembershipService.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.