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

    • ACL

      public static final Keywords ACL
    • INCLUDE

      public static final Keywords INCLUDE
    • IMPLIES

      public static final Keywords IMPLIES
    • SELECTOR

      public static final Keywords SELECTOR
    • GRANT

      public static final Keywords GRANT
    • DENY

      public static final Keywords DENY
    • STOP

      public static final Keywords STOP
    • TO

      public static final Keywords TO
    • EXCEPT

      public static final Keywords EXCEPT
    • ALL

      public static final Keywords ALL
    • USER

      public static final Keywords USER
    • GROUP

      public static final Keywords GROUP
    • PERMISSION

      public static final Keywords PERMISSION
    • PRINCIPAL

      public static final Keywords PRINCIPAL
    • NOW

      public static final Keywords NOW
    • WILDCARD

      public static final Keywords WILDCARD
    • BAR

      public static final Keywords BAR
    • ARGUMENTS

      public static final Keywords ARGUMENTS
  • Method Details

    • values

      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

      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