public static enum TokenHandlingDTO.TypeEnum extends Enum<TokenHandlingDTO.TypeEnum>
Modifier and Type | Method and Description |
---|---|
static TokenHandlingDTO.TypeEnum |
fromValue(String v) |
String |
toString() |
String |
value() |
static TokenHandlingDTO.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenHandlingDTO.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="REFERENCE") public static final TokenHandlingDTO.TypeEnum REFERENCE
@SerializedName(value="JWT") public static final TokenHandlingDTO.TypeEnum JWT
@SerializedName(value="CUSTOM") public static final TokenHandlingDTO.TypeEnum CUSTOM
public static TokenHandlingDTO.TypeEnum[] values()
for (TokenHandlingDTO.TypeEnum c : TokenHandlingDTO.TypeEnum.values()) System.out.println(c);
public static TokenHandlingDTO.TypeEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public String toString()
toString
in class Enum<TokenHandlingDTO.TypeEnum>
public static TokenHandlingDTO.TypeEnum fromValue(String v)
Copyright © 2024 WSO2. All rights reserved.