Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.ad.control | |
org.ldaptive.async | |
org.ldaptive.auth | |
org.ldaptive.control | |
org.ldaptive.provider | |
org.ldaptive.provider.jndi |
Modifier and Type | Method and Description |
---|---|
RequestControl[] |
BindConnectionInitializer.getBindControls()
Returns the bind controls.
|
RequestControl[] |
AbstractRequest.getControls() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultConnectionFactory.DefaultConnection.close(RequestControl[] controls) |
void |
Connection.close(RequestControl[] controls)
This will close the connection to the LDAP using the supplied controls.
|
void |
BindConnectionInitializer.setBindControls(RequestControl... c)
Sets the bind controls.
|
void |
AbstractRequest.setControls(RequestControl... c)
Sets the controls for this request.
|
Modifier and Type | Class and Description |
---|---|
class |
DirSyncControl
Request/response control for active directory synchronization.
|
class |
ExtendedDnControl
Request control for active directory servers to use an extended form of an object distinguished name.
|
class |
ForceUpdateControl
Request control for active directory servers to perform an update even if the data is already the same.
|
class |
GetStatsControl
Request/response control for active directory servers to return statistics along with search results.
|
class |
LazyCommitControl
Request control for active directory domain controllers to sacrifice durability guarantees on updates to improve
performance.
|
class |
NotificationControl
Request control for active directory servers to send asynchronous notifications to the client when a change is made.
|
class |
PermissiveModifyControl
Request control for active directory servers to return success on add/modify/delete operations that would normally
return an error.
|
class |
RangeRetrievalNoerrControl
Request control for active directory servers to avoid error response with range retrieval.
|
class |
SearchOptionsControl
Request control for active directory servers to control various search behaviors.
|
class |
ShowDeactivatedLinkControl
Request control for active directory servers in include link attributes that refer to deleted-objects in a search
operation.
|
class |
ShowDeletedControl
Request control for active directory servers to include deleted objects that match a search filter.
|
class |
ShowRecycledControl
Request control for active directory servers to include tombstones, deleted-objects, and recycled-objects that match
a search filter.
|
class |
VerifyNameControl
Request control for active directory servers to use an extended form of an object distinguished name.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncRequest.abandon(RequestControl[] controls)
Abandon the operation.
|
void |
AbandonOperation.execute(int messageId,
RequestControl[] controls)
Execute this ldap operation.
|
Modifier and Type | Method and Description |
---|---|
RequestControl[] |
AbstractAuthenticationHandler.getAuthenticationControls()
Returns the controls for this authentication handler.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAuthenticationHandler.setAuthenticationControls(RequestControl... c)
Sets the controls for this authentication handler.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationIdentityRequestControl
Request control for authorization identify.
|
class |
ManageDsaITControl
Request control for ManageDsaIT.
|
class |
PagedResultsControl
Request/response control for PagedResults.
|
class |
PasswordPolicyControl
Request/response control for password policy.
|
class |
PersistentSearchRequestControl
Request control for persistent search.
|
class |
ProxyAuthorizationControl
Request control for proxy authorization.
|
class |
SortRequestControl
Request control for server side sorting.
|
class |
SyncRequestControl
Request control for ldap content synchronization.
|
class |
VirtualListViewRequestControl
Request control for virtual list view.
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderConnection.abandon(int messageId,
RequestControl[] controls)
Abandon an operation.
|
void |
ProviderConnection.close(RequestControl[] controls)
Tear down this connection to an LDAP.
|
T |
ControlHandler.handleRequest(RequestControl requestControl)
Converts the supplied control to a provider specific request control.
|
protected T |
ControlProcessor.processRequest(RequestControl ctl)
Converts the supplied control to a provider control.
|
T[] |
ControlProcessor.processRequestControls(RequestControl[] requestControls)
Converts the supplied request controls to a provider specific request controls.
|
Modifier and Type | Method and Description |
---|---|
void |
JndiConnection.abandon(int messageId,
RequestControl[] controls) |
void |
JndiStartTLSConnection.close(RequestControl[] controls) |
void |
JndiConnection.close(RequestControl[] controls) |
Control |
JndiControlHandler.handleRequest(RequestControl requestControl) |
protected ResponseControl[] |
JndiConnection.processResponseControls(ControlProcessor<Control> processor,
RequestControl[] requestControls,
LdapContext ctx)
Retrieves the response controls from the supplied context and processes them with the supplied control processor.
|
Copyright © 2017. All rights reserved.