public static enum TokenGeneratorRequest.TokenType extends Enum<TokenGeneratorRequest.TokenType>
| Modifier and Type | Method and Description |
|---|---|
static TokenGeneratorRequest.TokenType |
fromText(String text) |
String |
prefix() |
static TokenGeneratorRequest.TokenType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenGeneratorRequest.TokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TokenGeneratorRequest.TokenType BASIC
public static final TokenGeneratorRequest.TokenType JWT
public static TokenGeneratorRequest.TokenType[] values()
for (TokenGeneratorRequest.TokenType c : TokenGeneratorRequest.TokenType.values()) System.out.println(c);
public static TokenGeneratorRequest.TokenType 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 static TokenGeneratorRequest.TokenType fromText(String text)
public String prefix()
Copyright © 2025. All rights reserved.