GSSPluginName
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies the name of the GSS plug-in used for authentication when AuthenticationMethod=pluginSecurity is enabled.
Valid Values
string
where:
- string
- is the name of the GSS plug-in.
Notes
- The plug-in name is case sensitive.
- This value is required when GSS plug-in authentication is enabled
(
AuthenticationMethod=pluginSecurity).
Data Source Methods
public String getGSSPluginName()
public void setGSSPluginName(String)
Default
No default value
Data Type
String