Enum SecurityDescriptor.Control

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Enum

        java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DC
      DACL Computed Inheritance Required
      DD
      DACL defaulted
      DI
      DACL auto-inherited
      DP
      DACL present
      DT
      DACL Trusted
      GD
      Group defaulted
      NONE  
      OD
      Owner defaulted
      PD
      DACL protected
      PS
      SACL protected
      RM
      Resource manager
      SC
      SACL Computed Inheritance Required
      SD
      SACL defaulted
      SI
      SACL auto-inherited
      SP
      SACL present
      SR
      Self-relative
      SS
      Server security
    • Method Summary

      Modifier and Type Method Description
      long getValue()  
      static SecurityDescriptor.Control valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static SecurityDescriptor.Control[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait