public static enum AccessTokenImpl.Type extends Enum<AccessTokenImpl.Type>
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue() |
static AccessTokenImpl.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessTokenImpl.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessTokenImpl.Type PLAINTEXT
public static final AccessTokenImpl.Type AES_SIV
public static AccessTokenImpl.Type[] values()
for (AccessTokenImpl.Type c : AccessTokenImpl.Type.values()) System.out.println(c);
public static AccessTokenImpl.Type 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 int getIntValue()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.