public static enum KeyManagerDTO.TokenTypeEnum extends Enum<KeyManagerDTO.TokenTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyManagerDTO.TokenTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static KeyManagerDTO.TokenTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static KeyManagerDTO.TokenTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyManagerDTO.TokenTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyManagerDTO.TokenTypeEnum EXCHANGED
public static final KeyManagerDTO.TokenTypeEnum DIRECT
public static final KeyManagerDTO.TokenTypeEnum BOTH
public static KeyManagerDTO.TokenTypeEnum[] values()
for (KeyManagerDTO.TokenTypeEnum c : KeyManagerDTO.TokenTypeEnum.values()) System.out.println(c);
public static KeyManagerDTO.TokenTypeEnum 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 getValue()
public String toString()
toString in class Enum<KeyManagerDTO.TokenTypeEnum>public static KeyManagerDTO.TokenTypeEnum fromValue(String value)
Copyright © 2022 WSO2 Inc. All rights reserved.