Properties of InitialContext

An overview of the properties of the InitialContext object, with links to more detailed reference information.

Name of property Description
XMSC_IC_PROVIDER_URL Used to locate the JNDI naming directory so that the COS naming service does not need to be on the same server as the web service.
XMSC_IC_SECURITY_AUTHENTICATION Based on the Java Context interface SECURITY_AUTHENTICATION. This property is only applicable to the COS naming context.
XMSC_IC_SECURITY_CREDENTIALS Based on the Java Context interface SECURITY_CREDENTIALS. This property is only applicable to the COS naming context.
XMSC_IC_SECURITY_PRINCIPAL Based on the Java Context interface SECURITY_PRINCIPAL. This property is only applicable to the COS naming context.
XMSC_IC_SECURITY_PROTOCOL Based on the Java Context interface SECURITY_PROTOCOL This property is only applicable to the COS naming context.
XMSC_IC_URL For LDAP and FileSystem contexts, the address of the repository containing administered objects. For COS naming contexts, the address of the web service that looks up the objects in the directory.
Parent topic: Properties of XMS objects