Uses of Class
com.sas.lsaf.security.membership.Membership
Packages that use Membership
Package
Description
Service and class definitions for manipulating the membership of a context.
-
Uses of Membership in com.sas.lsaf.security.membership
Methods in com.sas.lsaf.security.membership that return MembershipModifier and TypeMethodDescriptionMembershipService.getMembership(String contextId) Retrieves the membership information for the context.MembershipService.getMembershipByPath(String path) Retrieves the membership information for the specified repository path.MembershipService.updateMembership(Membership membership) Updates the assigned members of a context.Methods in com.sas.lsaf.security.membership with parameters of type MembershipModifier and TypeMethodDescriptionMembershipService.updateMembership(Membership membership) Updates the assigned members of a context.