public enum AuthenticateOptions extends Enum<AuthenticateOptions>
| Modifier and Type | Method and Description |
|---|---|
String |
action() |
static AuthenticateOptions |
fromKey(String k) |
String |
key() |
static AuthenticateOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticateOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticateOptions USER
public static final AuthenticateOptions TOKEN
public static AuthenticateOptions[] values()
for (AuthenticateOptions c : AuthenticateOptions.values()) System.out.println(c);
public static AuthenticateOptions 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 key()
public String action()
public static AuthenticateOptions fromKey(String k)
Copyright © 2026 MuleSoft, Inc.. All rights reserved.