Interface CredentialsProvider


  • public interface CredentialsProvider
    A credentials provider converts a credential identifier to a Credentials object that contains a username and a password.
    • Method Detail

      • getCredentials

        Credentials getCredentials​(String id)
        Returns the Credentials object corresponding to the given id.
        Parameters:
        id - The id of the requested credentials.
        Returns:
        The credentials or null when they could not be determined.