Java org.apache.hadoop.fs.permission AclEntry fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.fs.permission AclEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.fs.permission AclEntry.

The text is from its open source code.

Method

StringgetName()
Returns the optional ACL entry name.
FsActiongetPermission()
Returns the set of permissions in the ACL entry.
AclEntryScopegetScope()
Returns the scope of the ACL entry.
AclEntryTypegetType()
Returns the ACL entry type.
AclEntryparseAclEntry(String aclStr, boolean includePermission)
Parses a string representation of an ACL into a AclEntry object.
The expected format of ACL entries in the string parameter is the same format produced by the #toStringStable() method.
ListparseAclSpec(String aclSpec, boolean includePermission)
Parses a string representation of an ACL spec into a list of AclEntry objects.
StringtoString()