Uses of Interface
javax.naming.ldap.Control
-
Packages that use Control 软件包 描述 javax.naming.ldap 提供对LDAPv3扩展操作和控件的支持。 -
-
Uses of Control in javax.naming.ldap
Classes in javax.naming.ldap that implement Control 变量和类型 类 描述 class
BasicControl
该类提供Control
接口的基本实现。class
ManageReferralControl
请求将引用和其他特殊LDAP对象作为普通LDAP对象进行操作。class
PagedResultsControl
请求LDAP服务器以指定大小的批量返回搜索操作的结果。class
PagedResultsResponseControl
表示一批搜索结果的结束。class
SortControl
请求在返回之前由LDAP服务器对搜索操作的结果进行排序。class
SortResponseControl
指示所请求的搜索结果类型是否成功。Methods in javax.naming.ldap that return Control 变量和类型 方法 描述 Control[]
LdapContext. getConnectControls()
检索对此上下文有效的连接请求控件。abstract Control
ControlFactory. getControlInstance(Control ctl)
使用此控件工厂创建控件。static Control
ControlFactory. getControlInstance(Control ctl, Context ctx, Hashtable<?,?> env)
使用已知的控件工厂创建控件。Control[]
HasControls. getControls()
从实现此接口的对象中检索Control
的数组。Control[]
LdapContext. getRequestControls()
检索对此上下文有效的请求控件。Control[]
LdapContext. getResponseControls()
检索由于在此上下文上调用的最后一个方法而生成的响应控件。Methods in javax.naming.ldap with parameters of type Control 变量和类型 方法 描述 abstract Control
ControlFactory. getControlInstance(Control ctl)
使用此控件工厂创建控件。static Control
ControlFactory. getControlInstance(Control ctl, Context ctx, Hashtable<?,?> env)
使用已知的控件工厂创建控件。abstract Context
LdapReferralException. getReferralContext(Hashtable<?,?> env, Control[] reqCtls)
使用请求控件和环境属性检索继续该方法的上下文。LdapContext
LdapContext. newInstance(Control[] requestControls)
创建使用请求控件初始化的此上下文的新实例。void
LdapContext. reconnect(Control[] connCtls)
使用提供的控件和此上下文的环境重新连接到LDAP服务器。void
LdapContext. setRequestControls(Control[] requestControls)
为随后在此上下文中调用的方法设置请求控件。Constructors in javax.naming.ldap with parameters of type Control 构造器 描述 InitialLdapContext(Hashtable<?,?> environment, Control[] connCtls)
使用环境属性和连接请求控件构造初始上下文。
-