Uses of Class
com.hierynomus.msdtyp.SecurityDescriptor.Control
-
Packages that use SecurityDescriptor.Control Package Description com.hierynomus.msdtyp -
-
Uses of SecurityDescriptor.Control in com.hierynomus.msdtyp
Fields in com.hierynomus.msdtyp with type parameters of type SecurityDescriptor.Control Modifier and Type Field Description private java.util.Set<SecurityDescriptor.Control>
SecurityDescriptor. control
Methods in com.hierynomus.msdtyp that return SecurityDescriptor.Control Modifier and Type Method Description static SecurityDescriptor.Control
SecurityDescriptor.Control. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SecurityDescriptor.Control[]
SecurityDescriptor.Control. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hierynomus.msdtyp that return types with arguments of type SecurityDescriptor.Control Modifier and Type Method Description java.util.Set<SecurityDescriptor.Control>
SecurityDescriptor. getControl()
Constructor parameters in com.hierynomus.msdtyp with type arguments of type SecurityDescriptor.Control Constructor Description SecurityDescriptor(java.util.Set<SecurityDescriptor.Control> control, SID ownerSid, SID groupSid, ACL sacl, ACL dacl)
-