public enum ServiceAuthenticators extends Enum<ServiceAuthenticators>
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceAuthenticators.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static ServiceAuthenticators |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static ServiceAuthenticators |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceAuthenticators[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceAuthenticators IAM
public static final ServiceAuthenticators OIDC
public static final ServiceAuthenticators LDAP
public static final ServiceAuthenticators K8S
public static final ServiceAuthenticators GCP
public static final ServiceAuthenticators AZURE
public static final ServiceAuthenticators JWT
public static ServiceAuthenticators[] values()
for (ServiceAuthenticators c : ServiceAuthenticators.values()) System.out.println(c);
public static ServiceAuthenticators 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<ServiceAuthenticators>public static ServiceAuthenticators fromValue(String value)
Copyright © 2023. All rights reserved.