public enum CsrOriginOption extends Enum<CsrOriginOption>
| Enum Constant and Description |
|---|
LocalGeneratedCSR |
ServiceGeneratedCSR |
UserProvidedCSR |
| Modifier and Type | Method and Description |
|---|---|
static CsrOriginOption |
defaultCsrOrigin() |
static CsrOriginOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsrOriginOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CsrOriginOption LocalGeneratedCSR
public static final CsrOriginOption ServiceGeneratedCSR
public static final CsrOriginOption UserProvidedCSR
public static CsrOriginOption[] values()
for (CsrOriginOption c : CsrOriginOption.values()) System.out.println(c);
public static CsrOriginOption 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 CsrOriginOption defaultCsrOrigin()
Copyright © 2021. All rights reserved.