Enum Class KeyUse

java.lang.Object
java.lang.Enum<KeyUse>
org.bremersee.keycloak.api.model.KeyUse
All Implemented Interfaces:
Serializable, Comparable<KeyUse>, Constable

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2026-08-17T22:40:45.221551766+02:00[Europe/Berlin]", comments="Generator version: 7.24.0") public enum KeyUse extends Enum<KeyUse>
Gets or Sets KeyUse
  • Enum Constant Details

    • SIG

      public static final KeyUse SIG
    • ENC

      public static final KeyUse ENC
    • JWT_SVID

      public static final KeyUse JWT_SVID
  • Method Details

    • values

      public static KeyUse[] 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 KeyUse 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
    • getValue

      public String getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<KeyUse>
    • fromValue

      public static KeyUse fromValue(String value)