com.tibco.bw.plugin.config.general
Interface IdentityConfigProps

All Superinterfaces:
CommonProps

public interface IdentityConfigProps
extends CommonProps

The set of all configuration properties of the Identity Shared Resource.


Field Summary
static byte CERTIFICATE_URL
          This is the Certificate URL configuration property.
static byte FILE_TYPE
          This is the File Type configuration property.
static byte ID_PASSWORD
          This is the Password configuration property of Certificate/Private Key and Identity File type Identity The Password is returned in encrypted form.
static byte KEY_URL
          This is the Key URL configuration property.
static byte PASSWORD
          This is the Password configuration property of Username/Password type Identity .
static byte TYPE
          This is the Type configuration property.
static byte URL
          This is the URL configuration property.
static byte USER_NAME
          This is the User Name configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

TYPE


static final byte TYPE
This is the Type configuration property.

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

See Also:
Constant Field Values

CERTIFICATE_URL


static final byte CERTIFICATE_URL
This is the Certificate URL configuration property.

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

See Also:
Constant Field Values

KEY_URL


static final byte KEY_URL
This is the Key URL configuration property.

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

See Also:
Constant Field Values

ID_PASSWORD


static final byte ID_PASSWORD
This is the Password configuration property of Certificate/Private Key and Identity File type Identity The Password is returned in encrypted form.

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

See Also:
Constant Field Values

URL


static final byte URL
This is the URL configuration property.

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

See Also:
Constant Field Values

FILE_TYPE


static final byte FILE_TYPE
This is the File Type configuration property.

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

See Also:
Constant Field Values

USER_NAME


static final byte USER_NAME
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 of Username/Password type Identity . The Password is returned in 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