Package | Description |
---|---|
com.sas.lsaf.query.security.membership |
The services and classes to extract membership information to a file for further processing.
|
Modifier and Type | Method and 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(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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ContextMembershipQuery(String contextPath,
ContextMembershipQuery.MembershipScope membershipScope)
Constructor.
|
DistinctContextMembershipQuery(String contextPath,
ContextMembershipQuery.MembershipScope membershipScope)
Constructor.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>