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