|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestControl | |
|---|---|
| org.ldaptive | |
| org.ldaptive.ad.control | |
| org.ldaptive.async | |
| org.ldaptive.auth | |
| org.ldaptive.control | |
| org.ldaptive.provider | |
| org.ldaptive.provider.jndi | |
| Uses of RequestControl in org.ldaptive |
|---|
| Methods in org.ldaptive that return RequestControl | |
|---|---|
RequestControl[] |
BindConnectionInitializer.getBindControls()
Returns the bind controls. |
RequestControl[] |
AbstractRequest.getControls()
Returns the controls for this message. |
| Methods in org.ldaptive with parameters of type RequestControl | |
|---|---|
void |
DefaultConnectionFactory.DefaultConnection.close(RequestControl[] controls)
This will close the connection to the LDAP using the supplied 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. |
| Uses of RequestControl in org.ldaptive.ad.control |
|---|
| Classes in org.ldaptive.ad.control that implement RequestControl | |
|---|---|
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. |
| Uses of RequestControl in org.ldaptive.async |
|---|
| Methods in org.ldaptive.async with parameters of type RequestControl | |
|---|---|
void |
AsyncRequest.abandon(RequestControl[] controls)
Abandon the operation. |
void |
AbandonOperation.execute(int messageId,
RequestControl[] controls)
Execute this ldap operation. |
| Uses of RequestControl in org.ldaptive.auth |
|---|
| Methods in org.ldaptive.auth that return RequestControl | |
|---|---|
RequestControl[] |
AbstractAuthenticationHandler.getAuthenticationControls()
Returns the controls for this authentication handler. |
RequestControl[] |
AuthenticationRequest.getControls()
Returns the controls. |
RequestControl[] |
AddControlAuthenticationRequestHandler.ControlFactory.getControls(String dn,
User user)
Creates a new array of request controls. |
protected RequestControl[] |
AbstractAuthenticationHandler.processRequestControls(AuthenticationCriteria criteria)
Combines request controls in the AuthenticationRequest with AbstractAuthenticationHandler.authenticationControls. |
| Methods in org.ldaptive.auth with parameters of type RequestControl | |
|---|---|
void |
AbstractAuthenticationHandler.setAuthenticationControls(RequestControl... c)
Sets the controls for this authentication handler. |
void |
AuthenticationRequest.setControls(RequestControl... c)
Sets the controls. |
| Uses of RequestControl in org.ldaptive.control |
|---|
| Classes in org.ldaptive.control that implement RequestControl | |
|---|---|
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 |
SessionTrackingControl
Request/response control for session tracking. |
class |
SortRequestControl
Request control for server side sorting. |
class |
SyncRequestControl
Request control for ldap content synchronization. |
class |
VirtualListViewRequestControl
Request control for virtual list view. |
| Uses of RequestControl in org.ldaptive.provider |
|---|
| Methods in org.ldaptive.provider with parameters of type RequestControl | |
|---|---|
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. |
| Uses of RequestControl in org.ldaptive.provider.jndi |
|---|
| Methods in org.ldaptive.provider.jndi with parameters of type RequestControl | |
|---|---|
void |
JndiConnection.abandon(int messageId,
RequestControl[] controls)
Abandon an operation. |
void |
JndiStartTLSConnection.close(RequestControl[] controls)
Tear down this connection to an LDAP. |
void |
JndiConnection.close(RequestControl[] controls)
Tear down this connection to an LDAP. |
Control |
JndiControlHandler.handleRequest(RequestControl requestControl)
Converts the supplied control to a provider specific request control. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||