Purpose

Determines which authentication method the driver uses during the course of a session.

Valid Values

Basic | HTTPHeader

Behavior

If set to Basic, the driver uses a hashed value, based on the concatenation of the user name and password, for authentication.

(S/4HANA only) If set to HttpHeader, the driver passes security tokens via HTTP headers for authentication. You must also configure SecurityToken property and, if the name of your HTTP header is not Authorization (the default), the AuthHeader property.

Data Source Methods

public String getAuthenticationMethod()

public void setAuthenticationMethod(String)

Default Value

Basic

Data Type

String