Class RestCredential.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • username

        public RestCredential.Builder username​(String username)
        The name of the user.
        Parameters:
        username - the value to set
        Returns:
        this builder
      • password

        public RestCredential.Builder password​(String password)
        The password of the user.
        Parameters:
        password - the value to set
        Returns:
        this builder
      • sslTrustStoreLocation

        public RestCredential.Builder sslTrustStoreLocation​(String sslTrustStoreLocation)
        The full path of the SSL truststore location in the agent.
        Parameters:
        sslTrustStoreLocation - the value to set
        Returns:
        this builder
      • sslTrustStorePassword

        public RestCredential.Builder sslTrustStorePassword​(String sslTrustStorePassword)
        The password of the SSL truststore location in the agent.
        Parameters:
        sslTrustStorePassword - the value to set
        Returns:
        this builder