|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.fs.permission.AclStatus
@InterfaceAudience.Public @InterfaceStability.Evolving public class AclStatus
An AclStatus contains the ACL information of a specific file. AclStatus
instances are immutable. Use a AclStatus.Builder
to create a new instance.
Method Summary | |
---|---|
boolean |
equals(Object o)
|
List<AclEntry> |
getEntries()
Returns the list of all ACL entries, ordered by their natural ordering. |
String |
getGroup()
Returns the file group. |
String |
getOwner()
Returns the file owner. |
int |
hashCode()
|
boolean |
isStickyBit()
Returns the sticky bit. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getOwner()
public String getGroup()
public boolean isStickyBit()
public List<AclEntry> getEntries()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |