Uses of Interface
javax.naming.ldap.ExtendedResponse
-
Packages that use ExtendedResponse 软件包 描述 javax.naming.ldap 提供对LDAPv3扩展操作和控件的支持。 -
-
Uses of ExtendedResponse in javax.naming.ldap
Subinterfaces of ExtendedResponse in javax.naming.ldap 变量和类型 接口 描述 interface
UnsolicitedNotification
此接口表示 RFC 2251中定义的未经请求的通知。Classes in javax.naming.ldap that implement ExtendedResponse 变量和类型 类 描述 class
StartTlsResponse
此类实现 StartvLS的LDAPv3扩展响应,如 Lightweight Directory Access Protocol (v3): Extension for Transport Layer Security中所定义 .StartTLS的对象标识符为1.3.6.1.4.1.1466.20037,并且未定义扩展响应值。Methods in javax.naming.ldap that return ExtendedResponse 变量和类型 方法 描述 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
LdapContext. extendedOperation(ExtendedRequest request)
执行扩展操作。
-