[TIBCO.EMS .NET client library 8.1 documentation]

The LookupContext type exposes the following members.

Fields

  NameDescription
PROVIDER_URL
URL of the naming server (EMS server).
SECURITY_CREDENTIALS
User password of the client program.
SECURITY_PRINCIPAL
User name of the client program.
SECURITY_PROTOCOL
Constant that holds the name of the environment property for specifying the security protocol to use in Tibjms JNDI lookups. The only value currently recognized is the String "ssl", therefore, this property acts as a flag to turn ssl encryption on or off in JNDI lookups. This name is defined as "TIBCO.EMS.naming.security_protocol".
SSL_AUTH_ONLY
Constant that holds the name of SSL property specifying if client should use SSL for authentication only. This name is defined as "TIBCO.EMS.naming.ssl_auth_only".
SSL_HOST_NAME_VERIFIER
Constant that holds the name of SSL property specifying the custom host name verifier in Tibjms JNDI lookups. This name is defined as "TIBCO.EMS.naming.ssl_hostname_verifier". HOST_NAME_VERIFIER
SSL_STORE_INFO
Constant that holds the name of SSL property specifying SSL Store Info
SSL_STORE_TYPE
Constant that holds the name of SSL property specifying SSL Store type
SSL_TARGET_HOST_NAME
Constant that holds the name of SSL property specifying the common name in the server certificate in Tibjms JNDI lookups. This name is defined as "TIBCO.EMS.naming.ssl_target_host_name". TARGET_HOST_NAME
SSL_TRACE
Constant that holds the name of SSL property specifying if client trace is required in Tibjms JNDI lookups. This name is defined as "TIBCO.EMS.naming.ssl_trace". TRACE
URL_LIST
ArrayList of URLs of naming servers (EMS servers).

This property lets programs specify URLs as an ArrayList, rather than as a string (as with PROVIDER_URL).

URL_SEPARATOR
Syntactic separator between URLs in the PROVIDER_URL.

See Also