public static enum HttpsListener.VerifyClient extends Enum<HttpsListener.VerifyClient>
| Enum Constant and Description |
|---|
NOT_REQUESTED |
REQUESTED |
REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedValue()
Returns the allowed value for the management model.
|
String |
toString() |
static HttpsListener.VerifyClient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpsListener.VerifyClient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpsListener.VerifyClient NOT_REQUESTED
public static final HttpsListener.VerifyClient REQUESTED
public static final HttpsListener.VerifyClient REQUIRED
public static HttpsListener.VerifyClient[] values()
for (HttpsListener.VerifyClient c : HttpsListener.VerifyClient.values()) System.out.println(c);
public static HttpsListener.VerifyClient 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 getAllowedValue()
public String toString()
toString in class Enum<HttpsListener.VerifyClient>Copyright © 2017 JBoss by Red Hat. All rights reserved.