Uses of Interface
javax.naming.ldap.ExtendedRequest
-
Packages that use ExtendedRequest 软件包 描述 javax.naming.ldap 提供对LDAPv3扩展操作和控件的支持。 -
-
Uses of ExtendedRequest in javax.naming.ldap
Classes in javax.naming.ldap that implement ExtendedRequest Modifier and Type Class 描述 class
StartTlsRequest
该类实现了针对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 with parameters of type ExtendedRequest Modifier and Type 方法 描述 ExtendedResponse
InitialLdapContext. extendedOperation(ExtendedRequest request)
ExtendedResponse
LdapContext. extendedOperation(ExtendedRequest request)
执行扩展操作。
-