public enum PeerAuthenticationMutualTLSMode extends Enum<PeerAuthenticationMutualTLSMode>
| Enum Constant and Description |
|---|
DISABLE |
PERMISSIVE |
STRICT |
UNSET |
| Modifier and Type | Method and Description |
|---|---|
static PeerAuthenticationMutualTLSMode |
fromValue(String value) |
String |
toString() |
String |
value() |
static PeerAuthenticationMutualTLSMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeerAuthenticationMutualTLSMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeerAuthenticationMutualTLSMode UNSET
public static final PeerAuthenticationMutualTLSMode DISABLE
public static final PeerAuthenticationMutualTLSMode PERMISSIVE
public static final PeerAuthenticationMutualTLSMode STRICT
public static PeerAuthenticationMutualTLSMode[] values()
for (PeerAuthenticationMutualTLSMode c : PeerAuthenticationMutualTLSMode.values()) System.out.println(c);
public static PeerAuthenticationMutualTLSMode 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 toString()
toString in class Enum<PeerAuthenticationMutualTLSMode>public String value()
public static PeerAuthenticationMutualTLSMode fromValue(String value)
Copyright © 2015–2022 Red Hat. All rights reserved.