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. controls
LDAP controls.Methods in org.ldaptive that return ResponseControl Modifier and Type Method Description default ResponseControl
Message. 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 void
AbstractMessage. addControls(ResponseControl... cntrls)
Adds the supplied controls to this message.B
AbstractMessage.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 class
DirSyncControl
Request/response control for active directory synchronization.class
GetStatsControl
Request/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 class
AuthorizationIdentityResponseControl
Response control for authorization identity.class
EntryChangeNotificationControl
Response control for persistent search.class
GenericControl
LDAP control defined as:class
PagedResultsControl
Request/response control for PagedResults.class
PasswordExpiredControl
Response control indicating an expired password.class
PasswordExpiringControl
Response control indicating a password that will expire.class
PasswordPolicyControl
Request/response control for password policy.class
SessionTrackingControl
Request/response control for session tracking.class
SortResponseControl
Response control for server side sorting.class
SyncDoneControl
Response control for ldap content synchronization.class
SyncStateControl
Response control for ldap content synchronization.class
VirtualListViewResponseControl
Response control for virtual list view.Methods in org.ldaptive.control that return ResponseControl Modifier and Type Method Description static ResponseControl
ControlFactory. 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.Builder
SyncInfoMessage.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 void
DefaultOperationHandle. control(ResponseControl c)
InvokesDefaultOperationHandle.onControl
.
-