Class TestIdentityProviderRequest

    • Method Detail

      • serverId

        public final String serverId()

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

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

        public final 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)

        If the service returns an enum value that is not available in the current SDK version, serverProtocol will return Protocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from serverProtocolAsString().

        Returns:
        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)

        See Also:
        Protocol
      • serverProtocolAsString

        public final String serverProtocolAsString()

        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)

        If the service returns an enum value that is not available in the current SDK version, serverProtocol will return Protocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from serverProtocolAsString().

        Returns:
        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)

        See Also:
        Protocol
      • sourceIp

        public final String sourceIp()

        The source IP address of the account to be tested.

        Returns:
        The source IP address of the account to be tested.
      • userName

        public final String userName()

        The name of the account to be tested.

        Returns:
        The name of the account to be tested.
      • userPassword

        public final String userPassword()

        The password of the account to be tested.

        Returns:
        The password of the account to be tested.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object