Package | Description |
---|---|
com.denodo.vdb.engine.customwrapper.input.value |
Provides the classes needed to deal with input parameters values in Custom Wrappers.
|
Modifier and Type | Method and Description |
---|---|
CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION |
CustomWrapperInputParameterHttpRouteValue.getHttpAuthentication()
Returns the authentication used in the HTTP server.
|
static CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION |
CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION[] |
CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomWrapperInputParameterHttpRouteValue.setHttpAuthentication(String user,
String password,
String domain,
CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION authentication)
Sets the authentication used in the HTTP server.
|
Copyright © 2019 Denodo Technologies. All rights reserved.