Purpose

Specifies the delegation token used to authenticate users to the server when Hadoop Delegation Token Authentication is enabled (AuthenticationToken=delegationToken).

Important: If setting the delegation token using a DataSource class, be aware that the DelegationToken property, like all DataSource properties, is persisted in clear text.

Valid Values

string

where:

string
is the value of the delegation token used to authenticate users to the server.

Data Source Method

setDelegationToken

Default

No default value

Data Type

String

See also