Interface CredentialsProvider

All Known Implementing Classes:
StaticCredentialsProvider

public interface CredentialsProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    get(com.couchbase.client.core.util.HostAndPort address)
    Get the username/password pair to use for authentication/authorization
  • Method Details

    • get

      Credentials get(com.couchbase.client.core.util.HostAndPort address)
      Get the username/password pair to use for authentication/authorization
      Parameters:
      address -
      Returns:
      credentials