com.tibco.bw.plugin.config.ftp
Interface FTPConnectionConfigProps

All Superinterfaces:
CommonProps

public interface FTPConnectionConfigProps
extends CommonProps

The set of all configuration properties of the FTP Connection Shared Resource.


Field Summary
static byte CONNECTION_TIMEOUT
          This is the Connection Timeout(msec) configuration property.
static byte FIREWALL
          This is the Firewall configuration property.
static byte HOST
          This is the Host configuration property.
static byte IDENTITY
          This is the Identity configuration property.
static byte MODE
          This is the Mode configuration property.
static byte PASSWORD
          This is the Password configuration property.
static byte PORT
          This is the Port configuration property.
static byte PROXY_HOST
          This is the Proxy Host configuration property.
static byte PROXY_PASSWORD
          This is the Proxy Password configuration property.
static byte PROXY_PORT
          This is the Proxy Port configuration property.
static byte PROXY_USERNAME
          This is the Proxy User Name configuration property.
static byte REMOTE_FILENAME_ENCODING
          This is the Remote Filename Encoding configuration property.
static byte STRONG_CIPHER_SUITES
          This is the Strong Cipher Suites Only configuration property.
static byte TRUSTED_CERTS_FOLDER
          This is the Trusted Certs Folder configuration property.
static byte USE_SSL
          This is the Use SSL configuration property.
static byte USERNAME
          This is the User Name configuration property.
static byte VERIFY_HOSTNAME
          This is the Verify Hostname configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

HOST


static final byte HOST
This is the Host configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

PORT


static final byte PORT
This is the Port configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

USERNAME


static final byte USERNAME
This is the User Name configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

PASSWORD


static final byte PASSWORD
This is the Password configuration property. The return value is the password in encrypted form

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

MODE


static final byte MODE
This is the Mode configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

CONNECTION_TIMEOUT


static final byte CONNECTION_TIMEOUT
This is the Connection Timeout(msec) configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

REMOTE_FILENAME_ENCODING


static final byte REMOTE_FILENAME_ENCODING
This is the Remote Filename Encoding configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

USE_SSL


static final byte USE_SSL
This is the Use SSL configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

TRUSTED_CERTS_FOLDER


static final byte TRUSTED_CERTS_FOLDER
This is the Trusted Certs Folder configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

IDENTITY


static final byte IDENTITY
This is the Identity configuration property.

The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values

VERIFY_HOSTNAME


static final byte VERIFY_HOSTNAME
This is the Verify Hostname configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

STRONG_CIPHER_SUITES


static final byte STRONG_CIPHER_SUITES
This is the Strong Cipher Suites Only configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

FIREWALL


static final byte FIREWALL
This is the Firewall configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

PROXY_HOST


static final byte PROXY_HOST
This is the Proxy Host configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

PROXY_PORT


static final byte PROXY_PORT
This is the Proxy Port configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

PROXY_USERNAME


static final byte PROXY_USERNAME
This is the Proxy User Name configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

PROXY_PASSWORD


static final byte PROXY_PASSWORD
This is the Proxy Password configuration property. The password return value is in the encrypted form.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved