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()
Get whether to include assigned members, defined groups or all members at the specified context in the membership
query output.
|
ContextMembershipQuery.MembershipScope |
DistinctContextMembershipQuery.getMembershipScope()
Get whether to include assigned members, defined groups or all members at the specified context in the membership
query output.
|
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 assigned members, defined groups or all members at the specified context in the
membership query output.
|
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.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA