jdk/src/share/classes/com/sun/jndi/ldap/jndiprovider.properties
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
# Provider resource file for the LDAP service provider.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# Factory for the response controls supported by this release.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
java.naming.factory.control=com.sun.jndi.ldap.ctl.ResponseControlFactory
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# AttrsToCorba: Turn entry with corbaObject objectclass into a org.omg.CORBA.Object
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# MarshalledToObject: Turn entry with javaMarshalledObject into UnmarshalledObject
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
java.naming.factory.object=com.sun.jndi.ldap.obj.AttrsToCorba:com.sun.jndi.ldap.obj.MarshalledToObject
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# RemoteToAttrs: Turn RMI/JRMP and RMI/IIOP object into javaMarshalledObject or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# 		corbaObject LDAP entry
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# CorbaToAttrs: Turn CORBA object into corbaObject LDAP entry
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# RemoteToCorbaToAttrs: Turn RMI/IIOP object into corbaObject LDAP entry. 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
#  Note that there is no need to specify this in list unless RemoteToAttrs is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
#  removed because RemotetoAttrs already handles this case
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
java.naming.factory.state=com.sun.jndi.ldap.obj.RemoteToAttrs:com.sun.jndi.ldap.obj.CorbaToAttrs