public static class CqQueryFolder.UserAccessRightsName extends PropertyNameList.PropertyName<List<StpAccessControlEntry>>
PropertyRequestItem.NestedPropertyName<T>, PropertyRequestItem.PropertyRequest
Constructor and Description |
---|
CqQueryFolder.UserAccessRightsName(String userName,
StpAccessControlEntry.EntryType type,
boolean nested)
Constructs a PropertyName for requesting the applied or effective
access rights for a specific user on this folder and, optionally, its
nested folders.
|
equals, getName, getNamespace, hashCode, nest, nest, nest, toString
public CqQueryFolder.UserAccessRightsName(String userName, StpAccessControlEntry.EntryType type, boolean nested)
userName
- The login_name of the user for which access rights
are to be returned.type
- The EntryType (APPLIED or EFFECTIVE) of the access rights
to be returned.nested
- true if the access rights of the specified type
and user are also to be returned for the folders nested
within this folder; false if just the access
rights on this folder are to be included.Copyright © IBM 2016. All rights reserved.