JavaTM 2 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 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only