public class ACL
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG
Logger.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object acl) |
ACE |
getAce(int i)
Gets ACL ACE at the given position.
|
int |
getAceCount()
Gets ACE number: an unsigned 16-bit integer that specifies the count of the number of ACE records in the ACL.
|
java.util.List<ACE> |
getAces()
Gets ACL ACEs.
|
AclRevision |
getRevision()
Gets ACL revision.
|
int |
getSize()
Gets ACL size in bytes.
|
int |
hashCode() |
byte[] |
toByteArray()
Serializes to byte array.
|
java.lang.String |
toString()
Serializes to string.
|
public AclRevision getRevision()
public int getSize()
public int getAceCount()
public ACE getAce(int i)
i - position.ACEpublic byte[] toByteArray()
public boolean equals(java.lang.Object acl)
equals in class java.lang.Objectacl - ACL to be compared with.public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2015-2018 Tirasa. All Rights Reserved.