protected static enum AuthConfigFactory.LookupMode extends Enum<AuthConfigFactory.LookupMode>
| Modifier and Type | Method and Description |
|---|---|
String |
asSysProperty(String prop) |
String |
getConfigMapKey() |
static AuthConfigFactory.LookupMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthConfigFactory.LookupMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthConfigFactory.LookupMode PUSH
public static final AuthConfigFactory.LookupMode PULL
public static final AuthConfigFactory.LookupMode DEFAULT
public static AuthConfigFactory.LookupMode[] values()
for (AuthConfigFactory.LookupMode c : AuthConfigFactory.LookupMode.values()) System.out.println(c);
public static AuthConfigFactory.LookupMode 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 getConfigMapKey()
Copyright © 2023. All rights reserved.