Uses of Enum Class
com.sas.lsaf.query.security.membership.ContextMembershipQuery.MembershipScope
Packages that use ContextMembershipQuery.MembershipScope
Package
Description
The services and classes to extract membership information to a file for further processing.
-
Uses of ContextMembershipQuery.MembershipScope in com.sas.lsaf.query.security.membership
Methods in com.sas.lsaf.query.security.membership that return ContextMembershipQuery.MembershipScopeModifier and TypeMethodDescriptionContextMembershipQuery.getMembershipScope()Gets whether to include in the output the assigned members, defined groups, or all members at the specified context.DistinctContextMembershipQuery.getMembershipScope()Gets whether to include in the output the assigned members, defined groups.Returns the enum constant of this class with the specified name.ContextMembershipQuery.MembershipScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.query.security.membership with parameters of type ContextMembershipQuery.MembershipScopeModifier and TypeMethodDescriptionvoidContextMembershipQuery.setMembershipScope(ContextMembershipQuery.MembershipScope membershipScope) Sets whether to include in the output the assigned members, defined groups, or all members at the specified context.voidDistinctContextMembershipQuery.setMembershipScope(ContextMembershipQuery.MembershipScope membershipScope) Sets whether to include assigned members, defined groups or all members at the specified context in the membership query output.Constructors in com.sas.lsaf.query.security.membership with parameters of type ContextMembershipQuery.MembershipScopeModifierConstructorDescriptionContextMembershipQuery(String contextPath, ContextMembershipQuery.MembershipScope membershipScope) Constructor.DistinctContextMembershipQuery(String contextPath, ContextMembershipQuery.MembershipScope membershipScope) Constructor.