Uses of Enum Class
com.hierynomus.msdtyp.SecurityDescriptor.Control
Packages that use SecurityDescriptor.Control
-
Uses of SecurityDescriptor.Control in com.hierynomus.msdtyp
Subclasses with type arguments of type SecurityDescriptor.Control in com.hierynomus.msdtypClasses in com.hierynomus.msdtyp that implement interfaces with type arguments of type SecurityDescriptor.ControlFields in com.hierynomus.msdtyp with type parameters of type SecurityDescriptor.ControlModifier and TypeFieldDescriptionprivate Set<SecurityDescriptor.Control> SecurityDescriptor.controlMethods in com.hierynomus.msdtyp that return SecurityDescriptor.ControlModifier and TypeMethodDescriptionstatic SecurityDescriptor.ControlReturns 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)