src/java.naming/share/classes/com/sun/jndi/ldap/jndiprovider.properties
author vtewari
Thu, 07 Jun 2018 18:21:29 +0530
changeset 51157 e9bbd853944d
parent 47216 71c04702a3d5
permissions -rw-r--r--
8200666: Improve LDAP support Reviewed-by: rpatil, skoivu, rhalade, chegar, rriggs, mullan Contributed-by: vyom.tewari@oracle.com
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