< prev index next >

src/java.naming/share/classes/javax/naming/ldap/package.html

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols


  16 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  17 version 2 for more details (a copy is included in the LICENSE file that
  18 accompanied this code).
  19 
  20 You should have received a copy of the GNU General Public License version
  21 2 along with this work; if not, write to the Free Software Foundation,
  22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27  
  28 -->
  29 </head>
  30 <body bgcolor="white">
  31 
  32 Provides support for LDAPv3 extended operations and controls.
  33 
  34 <p>
  35 This package extends the directory operations of the Java Naming and
  36 Directory Interface&trade; (JNDI). &nbsp;
  37 JNDI provides naming and directory functionality to applications
  38 written in the Java programming language.  It is designed to be
  39 independent of any specific naming or directory service
  40 implementation.  Thus a variety of services--new, emerging, and
  41 already deployed ones--can be accessed in a common way.
  42 
  43 <p>
  44 This package is for applications and service providers that deal with
  45 LDAPv3 extended operations and controls, as defined by
  46 <a href=http://www.ietf.org/rfc/rfc2251.txt>RFC 2251</a>.
  47 The core interface in this package is <code>LdapContext</code>, which defines
  48 methods on a context for performing extended operations and handling
  49 controls.
  50 
  51 <h2>Extended Operations</h2>
  52 <p>
  53 This package defines the interface <code>ExtendedRequest</code>
  54 to represent the argument to an extended operation,
  55 and the interface <code>ExtendedResponse</code> to represent the result
  56 of the extended operation.




  16 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  17 version 2 for more details (a copy is included in the LICENSE file that
  18 accompanied this code).
  19 
  20 You should have received a copy of the GNU General Public License version
  21 2 along with this work; if not, write to the Free Software Foundation,
  22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27  
  28 -->
  29 </head>
  30 <body bgcolor="white">
  31 
  32 Provides support for LDAPv3 extended operations and controls.
  33 
  34 <p>
  35 This package extends the directory operations of the Java Naming and
  36 Directory Interface (JNDI). &nbsp;
  37 JNDI provides naming and directory functionality to applications
  38 written in the Java programming language.  It is designed to be
  39 independent of any specific naming or directory service
  40 implementation.  Thus a variety of services--new, emerging, and
  41 already deployed ones--can be accessed in a common way.
  42 
  43 <p>
  44 This package is for applications and service providers that deal with
  45 LDAPv3 extended operations and controls, as defined by
  46 <a href=http://www.ietf.org/rfc/rfc2251.txt>RFC 2251</a>.
  47 The core interface in this package is <code>LdapContext</code>, which defines
  48 methods on a context for performing extended operations and handling
  49 controls.
  50 
  51 <h2>Extended Operations</h2>
  52 <p>
  53 This package defines the interface <code>ExtendedRequest</code>
  54 to represent the argument to an extended operation,
  55 and the interface <code>ExtendedResponse</code> to represent the result
  56 of the extended operation.


< prev index next >