Uses of Interface
javax.naming.ldap.LdapContext
-
Packages that use LdapContext 软件包 描述 javax.naming.ldap 提供对LDAPv3扩展操作和控件的支持。 -
-
Uses of LdapContext in javax.naming.ldap
Classes in javax.naming.ldap that implement LdapContext Modifier and Type Class 描述 class
InitialLdapContext
此类是执行LDAPv3风格的扩展操作和控件的起始上下文。Methods in javax.naming.ldap that return LdapContext Modifier and Type 方法 描述 LdapContext
InitialLdapContext. newInstance(Control[] reqCtls)
LdapContext
LdapContext. newInstance(Control[] requestControls)
创建使用请求控件初始化的此上下文的新实例。
-