Interface TestIdentityProviderRequest.Builder

    • Method Detail

      • serverId

        TestIdentityProviderRequest.Builder serverId​(String serverId)

        A system-assigned identifier for a specific server. That server's user authentication method is tested with a user name and password.

        Parameters:
        serverId - A system-assigned identifier for a specific server. That server's user authentication method is tested with a user name and password.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverProtocol

        TestIdentityProviderRequest.Builder serverProtocol​(String serverProtocol)

        The type of file transfer protocol to be tested.

        The available protocols are:

        • Secure Shell (SSH) File Transfer Protocol (SFTP)

        • File Transfer Protocol Secure (FTPS)

        • File Transfer Protocol (FTP)

        • Applicability Statement 2 (AS2)

        Parameters:
        serverProtocol - The type of file transfer protocol to be tested.

        The available protocols are:

        • Secure Shell (SSH) File Transfer Protocol (SFTP)

        • File Transfer Protocol Secure (FTPS)

        • File Transfer Protocol (FTP)

        • Applicability Statement 2 (AS2)

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Protocol, Protocol
      • serverProtocol

        TestIdentityProviderRequest.Builder serverProtocol​(Protocol serverProtocol)

        The type of file transfer protocol to be tested.

        The available protocols are:

        • Secure Shell (SSH) File Transfer Protocol (SFTP)

        • File Transfer Protocol Secure (FTPS)

        • File Transfer Protocol (FTP)

        • Applicability Statement 2 (AS2)

        Parameters:
        serverProtocol - The type of file transfer protocol to be tested.

        The available protocols are:

        • Secure Shell (SSH) File Transfer Protocol (SFTP)

        • File Transfer Protocol Secure (FTPS)

        • File Transfer Protocol (FTP)

        • Applicability Statement 2 (AS2)

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Protocol, Protocol
      • sourceIp

        TestIdentityProviderRequest.Builder sourceIp​(String sourceIp)

        The source IP address of the account to be tested.

        Parameters:
        sourceIp - The source IP address of the account to be tested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userName

        TestIdentityProviderRequest.Builder userName​(String userName)

        The name of the account to be tested.

        Parameters:
        userName - The name of the account to be tested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userPassword

        TestIdentityProviderRequest.Builder userPassword​(String userPassword)

        The password of the account to be tested.

        Parameters:
        userPassword - The password of the account to be tested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.