Enum Class Keywords

java.lang.Object
java.lang.Enum<Keywords>
ch.tocco.nice2.security.impl.compiler.Keywords
All Implemented Interfaces:
Serializable, Comparable<Keywords>, Constable

public enum Keywords extends Enum<Keywords>
  • Enum Constant Details Link icon

    • ACL Link icon

      public static final Keywords ACL
    • INCLUDE Link icon

      public static final Keywords INCLUDE
    • IMPLIES Link icon

      public static final Keywords IMPLIES
    • SELECTOR Link icon

      public static final Keywords SELECTOR
    • GRANT Link icon

      public static final Keywords GRANT
    • DENY Link icon

      public static final Keywords DENY
    • STOP Link icon

      public static final Keywords STOP
    • TO Link icon

      public static final Keywords TO
    • EXCEPT Link icon

      public static final Keywords EXCEPT
    • ALL Link icon

      public static final Keywords ALL
    • USER Link icon

      public static final Keywords USER
    • GROUP Link icon

      public static final Keywords GROUP
    • PERMISSION Link icon

      public static final Keywords PERMISSION
    • PRINCIPAL Link icon

      public static final Keywords PRINCIPAL
    • NOW Link icon

      public static final Keywords NOW
    • WILDCARD Link icon

      public static final Keywords WILDCARD
    • BAR Link icon

      public static final Keywords BAR
    • ARGUMENTS Link icon

      public static final Keywords ARGUMENTS
  • Method Details Link icon

    • values Link icon

      public static Keywords[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf Link icon

      public static Keywords valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null