CredentialResolver

fun interface CredentialResolver(source)

Resolves the credentials for a database connection at run time, from the credential-free reference. Front-ends supply their own resolver (e.g. a Swing dialog for RuntimePrompt), typically delegating the non-interactive cases to DefaultCredentialResolver.

Inheritors

Functions

Link copied to clipboard

Returns credentials for the reference, or null when none are needed/available.