java.lang.Object
java.lang.Enum<Flow>
net.datenwerke.oidc.client.provider.keycloak.enums.Flow
All Implemented Interfaces:
Serializable, Comparable<Flow>, Constable

public enum Flow extends Enum<Flow>
Mapping for keycloak flow options.
  • Enum Constant Details

    • STANDARD

      public static final Flow STANDARD
    • IMPLICIT

      public static final Flow IMPLICIT
    • HYBRID

      public static final Flow HYBRID
  • Method Details

    • values

      public static Flow[] 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 Flow 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
    • toString

      public String toString()
      Converts the enum to a keycloak compatible string of the flow.
      Overrides:
      toString in class Enum<Flow>
      Returns:
      Keycloak compatible string of the flow.