GSSCredential
- Last Updated: March 13, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft SQL Server 6.0
- Documentation
Purpose
Specifies the GSS credential object used to instantiate Kerberos constrained delegation. Constrained delegation is a Kerberos mechanism that allows a client application to delegate authentication to a second service.
Important: Because the value of this property is a Java object, it cannot be
specified in a connection URL. It can only be passed as a
Properties or
DataSource object.Valid Values
string
where:
- string
- is the name of the GSS credential object.
Notes
- AuthenticationMethod must be set to
kerberosto use constrained delegation.
Data Source Method
public String getGSSCredential()
public void setGSSCredential(String)
Default
Null
Data type
String