|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ResponseControl in org.ldaptive |
|---|
| Methods in org.ldaptive that return ResponseControl | |
|---|---|
ResponseControl |
SearchEntry.getControl(String oid)
Returns the first response control with the supplied OID for this response message. |
ResponseControl |
LdapException.getControl(String oid)
Returns the first response control with the supplied OID for this response message. |
ResponseControl |
ResponseMessage.getControl(String oid)
Returns the first response control with the supplied OID for this response message. |
ResponseControl |
SearchReference.getControl(String oid)
Returns the first response control with the supplied OID for this response message. |
ResponseControl |
Response.getControl(String oid)
Returns the first response control with the supplied OID for this response message. |
ResponseControl[] |
SearchEntry.getControls()
Returns the controls for this message. |
ResponseControl[] |
LdapException.getControls()
Returns the controls for this message. |
ResponseControl[] |
SearchReference.getControls()
Returns the controls for this message. |
ResponseControl[] |
Response.getControls()
Returns the controls for this message. |
| Constructors in org.ldaptive with parameters of type ResponseControl | |
|---|---|
LdapException(Exception e,
ResultCode code,
String dn,
ResponseControl[] c)
Creates a new ldap exception. |
|
LdapException(Exception e,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
Creates a new ldap exception. |
|
LdapException(Exception e,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls,
int id)
Creates a new ldap exception. |
|
LdapException(String msg,
Exception e,
ResultCode code,
String dn,
ResponseControl[] c)
Creates a new ldap exception. |
|
LdapException(String msg,
Exception e,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
Creates a new ldap exception. |
|
LdapException(String msg,
Exception e,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls,
int id)
Creates a new ldap exception. |
|
LdapException(String msg,
ResultCode code,
String dn,
ResponseControl[] c)
Creates a new ldap exception. |
|
LdapException(String msg,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
Creates a new ldap exception. |
|
LdapException(String msg,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls,
int id)
Creates a new ldap exception. |
|
OperationException(Exception e,
ResultCode code,
String dn,
ResponseControl[] c)
Creates a new operation exception. |
|
OperationException(Exception e,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
Creates a new operation exception. |
|
OperationException(String msg,
Exception e,
ResultCode code,
String dn,
ResponseControl[] c)
Creates a new operation exception. |
|
OperationException(String msg,
Exception e,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
Creates a new operation exception. |
|
OperationException(String msg,
ResultCode code,
String dn,
ResponseControl[] c)
Creates a new operation exception. |
|
OperationException(String msg,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
Creates a new operation exception. |
|
Response(T t,
ResultCode rc,
String msg,
String dn,
ResponseControl[] c,
String[] urls,
int id)
Creates a new ldap response. |
|
SearchEntry(int id,
ResponseControl[] c)
Creates a new search entry. |
|
SearchEntry(int id,
ResponseControl[] c,
SortBehavior sb)
Creates a new search entry. |
|
SearchReference(int id,
ResponseControl[] c,
Collection<String> urls)
Creates a search reference. |
|
SearchReference(int id,
ResponseControl[] c,
String... url)
Creates a search reference. |
|
| Uses of ResponseControl in org.ldaptive.ad.control |
|---|
| Classes in org.ldaptive.ad.control that implement ResponseControl | |
|---|---|
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.async |
|---|
| Methods in org.ldaptive.async that return ResponseControl | |
|---|---|
ResponseControl[] |
FutureResponse.getControls()
Returns the controls for this message. |
| Uses of ResponseControl in org.ldaptive.auth |
|---|
| Constructors in org.ldaptive.auth with parameters of type ResponseControl | |
|---|---|
AuthenticationHandlerResponse(boolean success,
ResultCode rc,
Connection conn,
String msg,
ResponseControl[] controls,
int msgId)
Creates a new ldap response. |
|
AuthenticationResponse(AuthenticationResultCode authRc,
ResultCode rc,
LdapEntry entry,
String msg,
ResponseControl[] controls,
int msgId)
Creates a new authentication response. |
|
| Uses of ResponseControl in org.ldaptive.control |
|---|
| Classes in org.ldaptive.control that implement ResponseControl | |
|---|---|
class |
AuthorizationIdentityResponseControl
Response control for authorization identity. |
class |
EntryChangeNotificationControl
Response control for persistent search. |
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 | |
|---|---|
static ResponseControl |
ControlFactory.createResponseControl(String oid,
boolean critical,
byte[] encoded)
Creates a response control from the supplied control data. |
| Uses of ResponseControl in org.ldaptive.intermediate |
|---|
| Methods in org.ldaptive.intermediate that return ResponseControl | |
|---|---|
ResponseControl |
AbstractIntermediateResponse.getControl(String oid)
Returns the first response control with the supplied OID for this response message. |
ResponseControl[] |
AbstractIntermediateResponse.getControls()
Returns the controls for this message. |
| Methods in org.ldaptive.intermediate with parameters of type ResponseControl | |
|---|---|
static IntermediateResponse |
IntermediateResponseFactory.createIntermediateResponse(String oid,
byte[] encoded,
ResponseControl[] responseControls,
int msgId)
Creates an intermediate response from the supplied response data. |
| Constructors in org.ldaptive.intermediate with parameters of type ResponseControl | |
|---|---|
AbstractIntermediateResponse(String oid,
ResponseControl[] c,
int i)
Creates a new abstract intermediate response. |
|
SyncInfoMessage(ResponseControl[] responseControls,
int id)
Creates a new sync info message. |
|
| Uses of ResponseControl in org.ldaptive.provider |
|---|
| Methods in org.ldaptive.provider that return ResponseControl | |
|---|---|
ResponseControl |
ControlHandler.handleResponse(T responseControl)
Converts the supplied provider control to a response control. |
protected ResponseControl |
ControlProcessor.processResponse(T providerCtl)
Converts the supplied provider control to a control. |
ResponseControl[] |
ControlProcessor.processResponseControls(T[] responseControls)
Converts the supplied provider controls to a response controls. |
| Methods in org.ldaptive.provider with parameters of type ResponseControl | |
|---|---|
static void |
ProviderUtils.throwOperationException(ResultCode[] operationRetryResultCodes,
Exception e,
int resultCode,
String matchedDn,
ResponseControl[] respControls,
String[] referralUrls,
boolean throwLdapException)
Determines whether to throw operation exception or ldap exception. |
static void |
ProviderUtils.throwOperationException(ResultCode[] operationRetryResultCodes,
String msg,
int resultCode,
String matchedDn,
ResponseControl[] respControls,
String[] referralUrls,
boolean throwLdapException)
Determines whether to throw operation exception or ldap exception. |
| Constructors in org.ldaptive.provider with parameters of type ResponseControl | |
|---|---|
ConnectionException(Exception e,
ResultCode code,
String dn,
ResponseControl[] c)
Creates a new connection exception. |
|
ConnectionException(Exception e,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
Creates a new connection exception. |
|
ConnectionException(String msg,
Exception e,
ResultCode code,
String dn,
ResponseControl[] c)
Creates a new connection exception. |
|
ConnectionException(String msg,
Exception e,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
Creates a new connection exception. |
|
ConnectionException(String msg,
ResultCode code,
String dn,
ResponseControl[] c)
Creates a new connection exception. |
|
ConnectionException(String msg,
ResultCode code,
String dn,
ResponseControl[] c,
String[] urls)
Creates a new connection exception. |
|
| Uses of ResponseControl in org.ldaptive.provider.jndi |
|---|
| Methods in org.ldaptive.provider.jndi that return ResponseControl | |
|---|---|
ResponseControl |
JndiControlHandler.handleResponse(Control responseControl)
Converts the supplied provider control to a response 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 | |||||||||