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 Modifier and Type 接口 描述 interface
UnsolicitedNotification
此接口表示 RFC 2251中定义的非请求通知。Classes in javax.naming.ldap that implement ExtendedResponse Modifier and Type Class 描述 class
StartTlsResponse
此类实现了针对StartTLS的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 Modifier and Type 方法 描述 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)
执行扩展操作。
-