Enum Class DomainType

java.lang.Object
java.lang.Enum<DomainType>
io.mosip.authentication.core.constant.DomainType
All Implemented Interfaces:
Serializable, Comparable<DomainType>, Constable

public enum DomainType extends Enum<DomainType>
Author:
Manoj SP
  • Enum Constant Details

    • AUTH

      public static final DomainType AUTH
    • JWT_DATA

      public static final DomainType JWT_DATA
    • DIGITAL_ID

      public static final DomainType DIGITAL_ID
  • Method Details

    • values

      public static DomainType[] 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 DomainType 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
    • getType

      public String getType()