Uses of Interface
org.ldaptive.control.ResponseControl
-
Packages that use ResponseControl Package Description org.ldaptive org.ldaptive.ad.control org.ldaptive.control org.ldaptive.extended org.ldaptive.transport -
-
Uses of ResponseControl in org.ldaptive
Fields in org.ldaptive with type parameters of type ResponseControl Modifier and Type Field Description private List<ResponseControl>AbstractMessage. controlsLDAP controls.Methods in org.ldaptive that return ResponseControl Modifier and Type Method Description default ResponseControlMessage. getControl(String oid)Returns the first response control with the supplied OID.ResponseControl[]AbstractMessage. getControls()ResponseControl[]Message. getControls()Returns the response controls for this message.Methods in org.ldaptive with parameters of type ResponseControl Modifier and Type Method Description protected voidAbstractMessage. addControls(ResponseControl... cntrls)Adds the supplied controls to this message.BAbstractMessage.AbstractBuilder. controls(ResponseControl... controls) -
Uses of ResponseControl in org.ldaptive.ad.control
Classes in org.ldaptive.ad.control that implement ResponseControl Modifier and Type Class Description classDirSyncControlRequest/response control for active directory synchronization.classGetStatsControlRequest/response control for active directory servers to return statistics along with search results. -
Uses of ResponseControl in org.ldaptive.control
Classes in org.ldaptive.control that implement ResponseControl Modifier and Type Class Description classAuthorizationIdentityResponseControlResponse control for authorization identity.classEntryChangeNotificationControlResponse control for persistent search.classGenericControlLDAP control defined as:classPagedResultsControlRequest/response control for PagedResults.classPasswordExpiredControlResponse control indicating an expired password.classPasswordExpiringControlResponse control indicating a password that will expire.classPasswordPolicyControlRequest/response control for password policy.classSessionTrackingControlRequest/response control for session tracking.classSortResponseControlResponse control for server side sorting.classSyncDoneControlResponse control for ldap content synchronization.classSyncStateControlResponse control for ldap content synchronization.classVirtualListViewResponseControlResponse control for virtual list view.Methods in org.ldaptive.control that return ResponseControl Modifier and Type Method Description static ResponseControlControlFactory. createResponseControl(String oid, boolean critical, DERBuffer encoded)Creates a response control from the supplied control data. -
Uses of ResponseControl in org.ldaptive.extended
Methods in org.ldaptive.extended with parameters of type ResponseControl Modifier and Type Method Description SyncInfoMessage.BuilderSyncInfoMessage.Builder. controls(ResponseControl... controls) -
Uses of ResponseControl in org.ldaptive.transport
Methods in org.ldaptive.transport with parameters of type ResponseControl Modifier and Type Method Description voidDefaultOperationHandle. control(ResponseControl c)InvokesDefaultOperationHandle.onControl.
-