Class EndpointProxy.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • credentialName

        public EndpointProxy.Builder credentialName​(String credentialName)
        The named credential name on the management agent, containing the proxy credentials.
        Parameters:
        credentialName - the value to set
        Returns:
        this builder
      • credentialType

        public EndpointProxy.Builder credentialType​(EndpointProxy.CredentialType credentialType)
        The credential type.

        NONE indicates credentials are not needed to access the proxy. BASIC_AUTH represents a username and password based model. TOKEN represents a token based model.

        Parameters:
        credentialType - the value to set
        Returns:
        this builder