所有类


接口 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 StartTlsRequest.createExtendedResponse(String id, byte[] berValue, int offset, int length)
          创建与 LDAP StartTLS 扩展请求相对应的扩展响应对象。
 ExtendedResponse ExtendedRequest.createExtendedResponse(String id, byte[] berValue, int offset, int length)
          创建与此请求对应的响应对象。
 ExtendedResponse LdapContext.extendedOperation(ExtendedRequest request)
          执行扩展操作。
 ExtendedResponse InitialLdapContext.extendedOperation(ExtendedRequest request)
           
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部