Uses of Class
com.hierynomus.msdtyp.ACL
-
Packages that use ACL Package Description com.hierynomus.msdtyp -
-
Uses of ACL in com.hierynomus.msdtyp
Fields in com.hierynomus.msdtyp declared as ACL Modifier and Type Field Description private ACLSecurityDescriptor. daclprivate ACLSecurityDescriptor. saclMethods in com.hierynomus.msdtyp that return ACL Modifier and Type Method Description ACLSecurityDescriptor. getDacl()ACLSecurityDescriptor. getSacl()static ACLACL. read(SMBBuffer buffer)Constructors in com.hierynomus.msdtyp with parameters of type ACL Constructor Description SecurityDescriptor(java.util.Set<SecurityDescriptor.Control> control, SID ownerSid, SID groupSid, ACL sacl, ACL dacl)
-