Modifier and Type | Field and Description |
---|---|
private ResponseControl[] |
Response.responseControls
Response controls.
|
private ResponseControl[] |
SearchReference.responseControls
response controls.
|
private ResponseControl[] |
LdapException.responseControls
response controls.
|
private ResponseControl[] |
SearchEntry.responseControls
response controls.
|
Modifier and Type | Method and Description |
---|---|
ResponseControl |
Response.getControl(String oid) |
ResponseControl |
SearchReference.getControl(String oid) |
ResponseControl |
ResponseMessage.getControl(String oid)
Returns the first response control with the supplied OID for this response message.
|
ResponseControl |
LdapException.getControl(String oid) |
ResponseControl |
SearchEntry.getControl(String oid) |
ResponseControl[] |
Response.getControls() |
ResponseControl[] |
SearchReference.getControls() |
ResponseControl[] |
LdapException.getControls() |
ResponseControl[] |
SearchEntry.getControls() |
Constructor and Description |
---|
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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
ResponseControl[] |
FutureResponse.getControls() |
Constructor and Description |
---|
AuthenticationHandlerResponse(boolean success,
ResultCode rc,
Connection conn,
String msg,
ResponseControl[] controls,
int msgId)
Creates a new ldap response.
|
AuthenticationResponse(AuthenticationResultCode authRc,
ResultCode rc,
String dn,
LdapEntry entry,
String msg,
ResponseControl[] controls,
int msgId)
Creates a new authentication response.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ResponseControl |
ControlFactory.createResponseControl(String oid,
boolean critical,
byte[] encoded)
Creates a response control from the supplied control data.
|
Modifier and Type | Field and Description |
---|---|
private ResponseControl[] |
AbstractIntermediateResponse.responseControls
response controls.
|
Modifier and Type | Method and Description |
---|---|
ResponseControl |
AbstractIntermediateResponse.getControl(String oid) |
ResponseControl[] |
AbstractIntermediateResponse.getControls() |
Modifier and Type | Method and Description |
---|---|
static IntermediateResponse |
IntermediateResponseFactory.createIntermediateResponse(String oid,
byte[] encoded,
ResponseControl[] responseControls,
int msgId)
Creates an intermediate response from the supplied response data.
|
Constructor and Description |
---|
AbstractIntermediateResponse(String oid,
ResponseControl[] c,
int i)
Creates a new abstract intermediate response.
|
SyncInfoMessage(ResponseControl[] responseControls,
int id)
Creates a new sync info message.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
ResponseControl |
ApacheLdapControlHandler.handleResponse(org.apache.directory.api.ldap.model.message.Control responseControl) |
ResponseControl[] |
ApacheLdapConnection.processResponseControls(ControlProcessor<org.apache.directory.api.ldap.model.message.Control> processor,
RequestControl[] requestControls,
org.apache.directory.api.ldap.model.message.Message response)
Retrieves the response controls from the supplied response and processes them with the supplied control processor.
|
Modifier and Type | Method and Description |
---|---|
SearchEntry |
ApacheLdapUtils.toSearchEntry(org.apache.directory.api.ldap.model.entry.Entry e,
ResponseControl[] c,
int id)
Returns a search entry using the supplied apache ldap entry.
|
Modifier and Type | Method and Description |
---|---|
ResponseControl |
JLdapControlHandler.handleResponse(com.novell.ldap.LDAPControl responseControl) |
Modifier and Type | Method and Description |
---|---|
SearchEntry |
JLdapUtils.toSearchEntry(com.novell.ldap.LDAPEntry entry,
ResponseControl[] c,
int id)
Returns a search entry using the supplied jldap ldap entry.
|
Modifier and Type | Method and Description |
---|---|
ResponseControl |
JndiControlHandler.handleResponse(Control responseControl) |
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.
|
Modifier and Type | Method and Description |
---|---|
ResponseControl |
OpenDJControlHandler.handleResponse(org.forgerock.opendj.ldap.controls.Control responseControl) |
Modifier and Type | Method and Description |
---|---|
SearchEntry |
OpenDJUtils.toSearchEntry(org.forgerock.opendj.ldap.Entry e,
ResponseControl[] c,
int id)
Returns a search entry using the supplied opendj entry.
|
Modifier and Type | Method and Description |
---|---|
ResponseControl |
UnboundIDControlHandler.handleResponse(com.unboundid.ldap.sdk.Control responseControl) |
Modifier and Type | Method and Description |
---|---|
SearchEntry |
UnboundIDUtils.toSearchEntry(com.unboundid.ldap.sdk.Entry e,
ResponseControl[] c,
int id)
Returns a search entry using the supplied unbound id entry.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.