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