Enum Class DefaultXSSProcessingOperationTypes

java.lang.Object
java.lang.Enum<DefaultXSSProcessingOperationTypes>
com.broadleafcommerce.resource.security.xss.service.dto.DefaultXSSProcessingOperationTypes
All Implemented Interfaces:
Serializable, Comparable<DefaultXSSProcessingOperationTypes>, Constable

public enum DefaultXSSProcessingOperationTypes extends Enum<DefaultXSSProcessingOperationTypes>
The default types of operations supported in XSSRequestProcessingService. Used to report the actual type of operation performed.
  • Enum Constant Details

  • Method Details

    • values

      public static DefaultXSSProcessingOperationTypes[] 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 DefaultXSSProcessingOperationTypes 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