public static enum CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION extends Enum<CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION>
CustomWrapperInputParameter
of type HTTP
route can use.Enum Constant and Description |
---|
BASIC
HTTP Basic authentication
|
DIGEST
HTTP Digest authentication
|
MUTUAL
Two-way TLS authentication
|
NTLM
NTLM authentication
|
OAUTH_1_0_A
OAuth 1.0a authentication
|
OAUTH_2_0
OAuth 2.0 authentication
|
OFF
No authentication
|
SPNEGO
SPNEGO authentication
|
Modifier and Type | Method and Description |
---|---|
static CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION OFF
public static final CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION BASIC
public static final CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION DIGEST
public static final CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION MUTUAL
public static final CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION NTLM
public static final CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION SPNEGO
public static final CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION OAUTH_1_0_A
public static final CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION OAUTH_2_0
public static CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION[] values()
for (CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION c : CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION.values()) System.out.println(c);
public static CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION 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 nullCopyright © 2023 Denodo Technologies. All rights reserved.