软件包 | 描述 |
---|---|
javax.naming.ldap |
为提升扩展操作和控制支持。
|
Modifier and Type | Class and Description |
---|---|
class |
BasicControl
这个类提供了
Control接口的基本实现。
|
class |
ManageReferralControl
要求转诊等特殊LDAP对象操作的正常的LDAP对象。
|
class |
PagedResultsControl
要求一个搜索操作的结果是在一个指定大小的批次LDAP服务器返回。
|
class |
PagedResultsResponseControl
表示一批搜索结果的结束。
|
class |
SortControl
要求:搜索结果排序的LDAP服务器在返回之前。
|
class |
SortResponseControl
指示是否已请求的搜索结果是否成功或否。
|
Modifier and Type | Method and Description |
---|---|
Control[] |
LdapContext.getConnectControls()
检索此上下文的效果的连接请求控件。
|
Control[] |
InitialLdapContext.getConnectControls() |
abstract Control |
ControlFactory.getControlInstance(Control ctl)
使用此控件工厂创建控件。
|
static Control |
ControlFactory.getControlInstance(Control ctl, Context ctx, Hashtable<?,?> env)
使用已知的控制工厂创建一个控件。
|
Control[] |
HasControls.getControls()
从检索实现该接口的对象
Controls数组。
|
Control[] |
LdapContext.getRequestControls()
检索此上下文的效果的请求控件。
|
Control[] |
InitialLdapContext.getRequestControls() |
Control[] |
LdapContext.getResponseControls()
检索在此上下文中调用的最后一个方法的结果所产生的响应控件。
|
Control[] |
InitialLdapContext.getResponseControls() |
Modifier and Type | Method and Description |
---|---|
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)
使用请求控件创建此上下文的一个新实例。
|
LdapContext |
InitialLdapContext.newInstance(Control[] reqCtls) |
void |
LdapContext.reconnect(Control[] connCtls)
重新连接到LDAP服务器使用提供的控件和这方面的环境。
|
void |
InitialLdapContext.reconnect(Control[] connCtls) |
void |
LdapContext.setRequestControls(Control[] requestControls)
设置随后在此上下文中调用的方法的请求控件。
|
void |
InitialLdapContext.setRequestControls(Control[] requestControls) |
Constructor and Description |
---|
InitialLdapContext(Hashtable<?,?> environment, Control[] connCtls)
使用环境属性和连接请求控件构造一个初始上下文。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.