public static enum AuthnConfigBuilder.AuthnInfoK8Secret extends Enum<AuthnConfigBuilder.AuthnInfoK8Secret>
| Enum Constant and Description |
|---|
CLIENT_SECRET |
PASSWORD |
USERNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
static List<String> |
getFileNames() |
static AuthnConfigBuilder.AuthnInfoK8Secret |
lookupByFileName(String fileName) |
abstract void |
setBuilderValue(IdentityServiceConfig config,
String value) |
static AuthnConfigBuilder.AuthnInfoK8Secret |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthnConfigBuilder.AuthnInfoK8Secret[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthnConfigBuilder.AuthnInfoK8Secret CLIENT_SECRET
public static final AuthnConfigBuilder.AuthnInfoK8Secret USERNAME
public static final AuthnConfigBuilder.AuthnInfoK8Secret PASSWORD
public static AuthnConfigBuilder.AuthnInfoK8Secret[] values()
for (AuthnConfigBuilder.AuthnInfoK8Secret c : AuthnConfigBuilder.AuthnInfoK8Secret.values()) System.out.println(c);
public static AuthnConfigBuilder.AuthnInfoK8Secret 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 AuthnConfigBuilder.AuthnInfoK8Secret lookupByFileName(String fileName)
public String getFileName()
public abstract void setBuilderValue(IdentityServiceConfig config, String value)
Copyright © 2019. All rights reserved.