JavaTM Platform
Standard Ed. 6

接口 javax.naming.ldap.ExtendedResponse
的使用

使用 ExtendedResponse 的软件包
javax.naming.ldap 提供对 LDAPv3 扩展操作和控件的支持。 
 

javax.naming.ldapExtendedResponse 的使用
 

javax.naming.ldapExtendedResponse 的子接口
 interface UnsolicitedNotification
          此接口表示在 RFC 2251 中定义的未经请求的通知。
 

实现 ExtendedResponsejavax.naming.ldap 中的类
 class StartTlsResponse
          此类实现在 Lightweight Directory Access Protocol (v3): Extension for Transport Layer Security 中定义的 StartTLS 的 LDAPv3 扩展响应。
 

返回 ExtendedResponsejavax.naming.ldap 中的方法
 ExtendedResponse ExtendedRequest.createExtendedResponse(String id, byte[] berValue, int offset, int length)
          创建与此请求对应的响应对象。
 ExtendedResponse StartTlsRequest.createExtendedResponse(String id, byte[] berValue, int offset, int length)
          创建与 LDAP StartTLS 扩展请求相对应的扩展响应对象。
 ExtendedResponse InitialLdapContext.extendedOperation(ExtendedRequest request)
           
 ExtendedResponse LdapContext.extendedOperation(ExtendedRequest request)
          执行扩展操作。
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策