public class PermissionSet
extends java.lang.Object
| Constructor and Description |
|---|
PermissionSet()
Initializes a new instance of the PermissionSet class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getEntries()
Gets an array of unknown entries that cannot be resolved against the Active Directory directory service.
|
java.util.List<Permission> |
getPermissions()
Gets the collection of permissions for a folder.
|
java.lang.String |
toString()
Converts the value of the current PermissionSet object to its equivalent string representation.
|
public PermissionSet()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<Permission> getPermissions()
public java.util.List<java.lang.String> getEntries()