Package io.trino.plugin.jdbc.credential
Class EmptyCredentialProvider
java.lang.Object
io.trino.plugin.jdbc.credential.EmptyCredentialProvider
- All Implemented Interfaces:
CredentialProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConnectionPassword(Optional<ConnectorIdentity> jdbcIdentity) getConnectionUser(Optional<ConnectorIdentity> jdbcIdentity)
-
Constructor Details
-
EmptyCredentialProvider
public EmptyCredentialProvider()
-
-
Method Details
-
getConnectionUser
- Specified by:
getConnectionUserin interfaceCredentialProvider
-
getConnectionPassword
- Specified by:
getConnectionPasswordin interfaceCredentialProvider
-