Interface Server

All Superinterfaces:
AutoCloseable

public interface Server extends AutoCloseable
This is a holder for access information to a particular Polaris Server. Test cases may use only the provided admin credentials or create new principals.
  • Field Details

  • Method Details

    • realmId

      default String realmId()
    • realmHeaderName

      default String realmHeaderName()
    • baseUri

      URI baseUri()
      The base URI to all Polaris APIs (e.g. the common base of the Iceberg REST API endpoints and Polaris Management API endpoints).
      See Also:
    • adminCredentials

      ClientPrincipal adminCredentials()