Uses of Class
com.sas.lsaf.query.security.membership.ContextMembershipQuery.MembershipScope
-
Packages that use ContextMembershipQuery.MembershipScope Package Description com.sas.lsaf.query.security.membership 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.MembershipScope Modifier and Type Method Description ContextMembershipQuery.MembershipScope
ContextMembershipQuery. getMembershipScope()
Gets whether to include in the output the assigned members, defined groups, or all members at the specified context.ContextMembershipQuery.MembershipScope
DistinctContextMembershipQuery. getMembershipScope()
Gets whether to include in the output the assigned members, defined groups.static ContextMembershipQuery.MembershipScope
ContextMembershipQuery.MembershipScope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ContextMembershipQuery.MembershipScope[]
ContextMembershipQuery.MembershipScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sas.lsaf.query.security.membership with parameters of type ContextMembershipQuery.MembershipScope Modifier and Type Method Description void
ContextMembershipQuery. setMembershipScope(ContextMembershipQuery.MembershipScope membershipScope)
Sets whether to include in the output the assigned members, defined groups, or all members at the specified context.void
DistinctContextMembershipQuery. 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.MembershipScope Constructor Description ContextMembershipQuery(java.lang.String contextPath, ContextMembershipQuery.MembershipScope membershipScope)
Constructor.DistinctContextMembershipQuery(java.lang.String contextPath, ContextMembershipQuery.MembershipScope membershipScope)
Constructor.
-