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