Enum Class CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
java.lang.Object
java.lang.Enum<CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION>
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
- All Implemented Interfaces:
Serializable
,Comparable<CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION>
,Constable
- Enclosing class:
- CustomWrapperInputParameterHttpRouteValue
public static enum CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
extends Enum<CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION>
Enumeration of the authentication methods a
CustomWrapperInputParameter
of type HTTP
route can use.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OFF
No authentication -
BASIC
HTTP Basic authentication -
DIGEST
HTTP Digest authentication -
MUTUAL
Two-way TLS authentication -
NTLM
NTLM authentication -
SPNEGO
SPNEGO authentication -
OAUTH_1_0_A
OAuth 1.0a authentication -
OAUTH_2_0
OAuth 2.0 authentication
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-