public static enum Krb5AndCertsSslSocketConnector.MODE extends java.lang.Enum<Krb5AndCertsSslSocketConnector.MODE>
| Modifier and Type | Method and Description |
|---|---|
static Krb5AndCertsSslSocketConnector.MODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Krb5AndCertsSslSocketConnector.MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Krb5AndCertsSslSocketConnector.MODE KRB
public static final Krb5AndCertsSslSocketConnector.MODE CERTS
public static final Krb5AndCertsSslSocketConnector.MODE BOTH
public static Krb5AndCertsSslSocketConnector.MODE[] values()
for (Krb5AndCertsSslSocketConnector.MODE c : Krb5AndCertsSslSocketConnector.MODE.values()) System.out.println(c);
public static Krb5AndCertsSslSocketConnector.MODE valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.