public static enum MtlsProvider.MtlsEndpointUsagePolicy extends Enum<MtlsProvider.MtlsEndpointUsagePolicy>
| Modifier and Type | Method and Description |
|---|---|
static MtlsProvider.MtlsEndpointUsagePolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MtlsProvider.MtlsEndpointUsagePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MtlsProvider.MtlsEndpointUsagePolicy NEVER
public static final MtlsProvider.MtlsEndpointUsagePolicy AUTO
public static final MtlsProvider.MtlsEndpointUsagePolicy ALWAYS
public static MtlsProvider.MtlsEndpointUsagePolicy[] values()
for (MtlsProvider.MtlsEndpointUsagePolicy c : MtlsProvider.MtlsEndpointUsagePolicy.values()) System.out.println(c);
public static MtlsProvider.MtlsEndpointUsagePolicy 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 null