Interface CredentialsProvider


  • public interface CredentialsProvider
    Provides an indirection between credentials consumers such as Agroal and implementers such as Vault.
    • Method Detail

      • getCredentials

        Map<String,​String> getCredentials​(String credentialsProviderName)
        Returns the credentials for a given credentials provider
        Parameters:
        credentialsProviderName - the name of the credentials provider, which can be used to retrieve custom configuration
        Returns:
        the credentials