Class AccessControlList
java.lang.Object
org.cryptomator.frontend.dokany.internal.structure.filesecurity.AccessControlList
- All Implemented Interfaces:
Byteable
Objectoriented implementation of the ACL-structure used in a
SelfRelativeSecurityDescriptor.
For more information, please read the official Microsoft documentation.-
Method Summary
Modifier and TypeMethodDescriptionstatic AccessControlListcreateDaclRevision2(List<? extends AccessControlEntry> aces) static AccessControlListcreateDaclRevision4(List<? extends AccessControlEntry> aces) static AccessControlListcreateSaclRevision2(List<? extends AccessControlEntry> aces) static AccessControlListcreateSaclRevision4(List<? extends AccessControlEntry> aces) intbyte[]
-
Method Details
-
toByteArray
public byte[] toByteArray()- Specified by:
toByteArrayin interfaceByteable
-
sizeOfByteArray
public int sizeOfByteArray()- Specified by:
sizeOfByteArrayin interfaceByteable
-
createDaclRevision2
-
createDaclRevision4
-
createSaclRevision2
-
createSaclRevision4
-