Uses of Interface
org.ldaptive.control.RequestControl
-
Packages that use RequestControl Package Description org.ldaptive org.ldaptive.ad.control org.ldaptive.ad.control.util org.ldaptive.auth org.ldaptive.control org.ldaptive.control.util org.ldaptive.sasl org.ldaptive.transport.netty -
-
Uses of RequestControl in org.ldaptive
Fields in org.ldaptive declared as RequestControl Modifier and Type Field Description private RequestControl[]
BindConnectionInitializer. bindControls
Bind controls.private RequestControl[]
AbstractRequestMessage. controls
LDAP controls.Methods in org.ldaptive that return RequestControl Modifier and Type Method Description RequestControl[]
BindConnectionInitializer. getBindControls()
Returns the bind controls.RequestControl[]
AbstractRequestMessage. getControls()
Methods in org.ldaptive with parameters of type RequestControl Modifier and Type Method Description void
Connection. close(RequestControl... controls)
Closes the connection.B
AbstractRequestMessage.AbstractBuilder. controls(RequestControl... cntrls)
Sets controls on the message.BindConnectionInitializer.Builder
BindConnectionInitializer.Builder. controls(RequestControl... controls)
void
BindConnectionInitializer. setBindControls(RequestControl... cntrls)
Sets the bind controls.void
AbstractRequestMessage. setControls(RequestControl... cntrls)
-
Uses of RequestControl in org.ldaptive.ad.control
Classes in org.ldaptive.ad.control that implement RequestControl Modifier and Type Class 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. -
Uses of RequestControl in org.ldaptive.ad.control.util
Methods in org.ldaptive.ad.control.util that return RequestControl Modifier and Type Method Description private RequestControl[]
DirSyncClient. createRequestControls(byte[] cookie)
Returns the list of request controls configured for this client. -
Uses of RequestControl in org.ldaptive.auth
Fields in org.ldaptive.auth declared as RequestControl Modifier and Type Field Description private RequestControl[]
AbstractAuthenticationHandler. authenticationControls
controls used by this handler.private RequestControl[]
AuthenticationRequest. controls
Request controls.Methods in org.ldaptive.auth that return RequestControl Modifier and Type Method Description RequestControl[]
AbstractAuthenticationHandler. getAuthenticationControls()
Returns the controls for this authentication handler.RequestControl[]
AddControlAuthenticationRequestHandler.ControlFactory. getControls(String dn, User user)
Creates a new array of request controls.RequestControl[]
AuthenticationRequest. getControls()
Returns the controls.protected RequestControl[]
AbstractAuthenticationHandler. processRequestControls(AuthenticationCriteria criteria)
Combines request controls in theAuthenticationRequest
withAbstractAuthenticationHandler.authenticationControls
.Methods in org.ldaptive.auth with parameters of type RequestControl Modifier and Type Method Description AuthenticationRequest.Builder
AuthenticationRequest.Builder. controls(RequestControl... controls)
Sets the request controls.void
AbstractAuthenticationHandler. setAuthenticationControls(RequestControl... cntrls)
Sets the controls for this authentication handler.void
AuthenticationRequest. setControls(RequestControl... cntrls)
Sets the controls. -
Uses of RequestControl in org.ldaptive.control
Classes in org.ldaptive.control that implement RequestControl Modifier and Type Class Description class
AuthorizationIdentityRequestControl
Request control for authorization identity.class
GenericControl
LDAP control defined as:class
ManageDsaITControl
Request control for ManageDsaIT.class
MatchedValuesRequestControl
Request control for limiting the attribute values returned by a search request.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
RelaxControl
Relax request control.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
TreeDeleteControl
Request control for TreeDelete.class
VirtualListViewRequestControl
Request control for virtual list view. -
Uses of RequestControl in org.ldaptive.control.util
Methods in org.ldaptive.control.util that return RequestControl Modifier and Type Method Description private RequestControl[]
VirtualListViewClient. appendRequestControls(SearchRequest request, VirtualListViewRequestControl cntrl)
Creates a new array of request controls which includes the VLV and sort controls. -
Uses of RequestControl in org.ldaptive.sasl
Fields in org.ldaptive.sasl declared as RequestControl Modifier and Type Field Description private RequestControl[]
DefaultSaslClientRequest. controls
LDAP controls.Methods in org.ldaptive.sasl that return RequestControl Modifier and Type Method Description RequestControl[]
DefaultSaslClientRequest. getControls()
Methods in org.ldaptive.sasl with parameters of type RequestControl Modifier and Type Method Description void
DefaultSaslClientRequest. setControls(RequestControl... cntrls)
-
Uses of RequestControl in org.ldaptive.transport.netty
Methods in org.ldaptive.transport.netty with parameters of type RequestControl Modifier and Type Method Description void
NettyConnection. close(RequestControl... controls)
Closes this connection.
-