Enum Class AuthErrorCode

java.lang.Object
java.lang.Enum<AuthErrorCode>
org.apache.syncope.ext.openfga.client.model.AuthErrorCode
All Implemented Interfaces:
Serializable, Comparable<AuthErrorCode>, Constable

public enum AuthErrorCode extends Enum<AuthErrorCode>
Gets or Sets AuthErrorCode
  • Enum Constant Details

    • NO_AUTH_ERROR

      public static final AuthErrorCode NO_AUTH_ERROR
    • AUTH_FAILED_INVALID_SUBJECT

      public static final AuthErrorCode AUTH_FAILED_INVALID_SUBJECT
    • AUTH_FAILED_INVALID_AUDIENCE

      public static final AuthErrorCode AUTH_FAILED_INVALID_AUDIENCE
    • AUTH_FAILED_INVALID_ISSUER

      public static final AuthErrorCode AUTH_FAILED_INVALID_ISSUER
    • INVALID_CLAIMS

      public static final AuthErrorCode INVALID_CLAIMS
    • AUTH_FAILED_INVALID_BEARER_TOKEN

      public static final AuthErrorCode AUTH_FAILED_INVALID_BEARER_TOKEN
    • BEARER_TOKEN_MISSING

      public static final AuthErrorCode BEARER_TOKEN_MISSING
    • UNAUTHENTICATED

      public static final AuthErrorCode UNAUTHENTICATED
    • FORBIDDEN

      public static final AuthErrorCode FORBIDDEN
  • Method Details

    • values

      public static AuthErrorCode[] 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 AuthErrorCode 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<AuthErrorCode>
    • fromValue

      public static AuthErrorCode fromValue(String value)
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string