com.tibco.bw.plugin.config.generalactivities
Interface JNDIConfigurationConfigProps

All Superinterfaces:
CommonProps

public interface JNDIConfigurationConfigProps
extends CommonProps

The set of all configuration properties of the JNDI Configuration Activity.


Field Summary
static byte BOOLEAN
          This is the Type of Optional JNDI Properties.
static byte BYTE
          This is the Type of Optional JNDI Properties.
static byte CHAR
          This is the Type of Optional JNDI Properties.
static byte DOUBLE
          This is the Type of Optional JNDI Properties.
static byte FLOAT
          This is the Type of Optional JNDI Properties.
static byte INT
          This is the Type of Optional JNDI Properties.
static byte JNDI_CONTEXT_FACTORY
          This is the JNDI Context Factory configuration property.
static byte JNDI_CONTEXT_URL
          This is the JNDI Context URL configuration property.
static byte JNDI_PASSWORD
          This is the JNDI Password configuration property.
static byte JNDI_USER_NAME
          This is the JNDI User Name configuration property.
static byte LONG
          This is the Type of Optional JNDI Properties.
static byte OPTIONAL_JNDI_PROPERTIES
          This is the Operational JNDI Properties configuration property.
static byte SHORT
          This is the Type of Optional JNDI Properties.
static byte STRING
          This is the Type of Optional JNDI Properties.
static byte VALIDATE_JNDI_SECURITY_CONTEXT
          This is the Validate JNDI Security Context configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

JNDI_CONTEXT_FACTORY


static final byte JNDI_CONTEXT_FACTORY
This is the JNDI Context Factory configuration property.

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

See Also:
Constant Field Values

JNDI_CONTEXT_URL


static final byte JNDI_CONTEXT_URL
This is the JNDI Context URL configuration property.

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

See Also:
Constant Field Values

JNDI_USER_NAME


static final byte JNDI_USER_NAME
This is the JNDI User Name configuration property.

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

See Also:
Constant Field Values

JNDI_PASSWORD


static final byte JNDI_PASSWORD
This is the JNDI Password configuration property. The Password is returned in encrypted form.

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

See Also:
Constant Field Values

VALIDATE_JNDI_SECURITY_CONTEXT


static final byte VALIDATE_JNDI_SECURITY_CONTEXT
This is the Validate JNDI Security Context configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

OPTIONAL_JNDI_PROPERTIES


static final byte OPTIONAL_JNDI_PROPERTIES
This is the Operational JNDI Properties configuration property.

The type of this configuration property is List

See Also:
Constant Field Values

BOOLEAN


static final byte BOOLEAN
This is the Type of Optional JNDI Properties.

See Also:
Constant Field Values

BYTE


static final byte BYTE
This is the Type of Optional JNDI Properties.

See Also:
Constant Field Values

SHORT


static final byte SHORT
This is the Type of Optional JNDI Properties.

See Also:
Constant Field Values

CHAR


static final byte CHAR
This is the Type of Optional JNDI Properties.

See Also:
Constant Field Values

INT


static final byte INT
This is the Type of Optional JNDI Properties.

See Also:
Constant Field Values

LONG


static final byte LONG
This is the Type of Optional JNDI Properties.

See Also:
Constant Field Values

FLOAT


static final byte FLOAT
This is the Type of Optional JNDI Properties.

See Also:
Constant Field Values

DOUBLE


static final byte DOUBLE
This is the Type of Optional JNDI Properties.

See Also:
Constant Field Values

STRING


static final byte STRING
This is the Type of Optional JNDI Properties.

See Also:
Constant Field Values


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