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

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

Introduction

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

The text is from its open source code.

Field

AclEntryTypeUSER
An ACL entry applied to a specific user.
AclEntryTypeGROUP
An ACL entry applied to a specific group.
AclEntryTypeMASK
An ACL mask entry.
AclEntryTypeOTHER
An ACL entry that applies to all other users that were not covered by one of the more specific ACL entry types.