Uses of Enum Class
com.hierynomus.msdtyp.SecurityDescriptor.Control
Packages that use SecurityDescriptor.Control
-
Uses of SecurityDescriptor.Control in com.hierynomus.msdtyp
Fields in com.hierynomus.msdtyp with type parameters of type SecurityDescriptor.ControlModifier and TypeFieldDescriptionprivate Set
<SecurityDescriptor.Control> SecurityDescriptor.control
Methods in com.hierynomus.msdtyp that return SecurityDescriptor.ControlModifier and TypeMethodDescriptionstatic SecurityDescriptor.Control
Returns the enum constant of this class with the specified name.static SecurityDescriptor.Control[]
SecurityDescriptor.Control.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hierynomus.msdtyp that return types with arguments of type SecurityDescriptor.ControlConstructor parameters in com.hierynomus.msdtyp with type arguments of type SecurityDescriptor.ControlModifierConstructorDescriptionSecurityDescriptor
(Set<SecurityDescriptor.Control> control, SID ownerSid, SID groupSid, ACL sacl, ACL dacl)