Uses of Class
com.sas.lsaf.security.membership.Membership
-
Packages that use Membership Package Description com.sas.lsaf.security.membership 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 Membership Modifier and Type Method Description Membership
MembershipService. getMembership(java.lang.String contextId)
Retrieves the membership information for the context.Membership
MembershipService. getMembershipByPath(java.lang.String path)
Retrieves the membership information for the specified repository path.Membership
MembershipService. updateMembership(Membership membership)
Updates the assigned members of a context.Methods in com.sas.lsaf.security.membership with parameters of type Membership Modifier and Type Method Description Membership
MembershipService. updateMembership(Membership membership)
Updates the assigned members of a context.
-