src/share/classes/javax/naming/ldap/Control.java

Print this page

        

*** 25,35 **** package javax.naming.ldap; /** * This interface represents an LDAPv3 control as defined in ! * <A HREF="ftp://ftp.isi.edu/in-notes/rfc2251.txt">RFC 2251</A>. *<p> * The LDAPv3 protocol uses controls to send and receive additional data * to affect the behavior of predefined operations. * Controls can be sent along with any LDAP operation to the server. * These are referred to as <em>request controls</em>. For example, a --- 25,35 ---- package javax.naming.ldap; /** * This interface represents an LDAPv3 control as defined in ! * <A HREF="http://www.ietf.org/rfc/rfc2251.txt">RFC 2251</A>. *<p> * The LDAPv3 protocol uses controls to send and receive additional data * to affect the behavior of predefined operations. * Controls can be sent along with any LDAP operation to the server. * These are referred to as <em>request controls</em>. For example, a