Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.ad.control | |
org.ldaptive.async | |
org.ldaptive.auth | |
org.ldaptive.control | |
org.ldaptive.intermediate | |
org.ldaptive.provider | |
org.ldaptive.provider.jndi |
Modifier and Type | Method and Description |
---|---|
ResponseControl |
SearchReference.getControl(String oid) |
ResponseControl |
Response.getControl(String oid) |
ResponseControl |
LdapException.getControl(String oid) |
ResponseControl |
SearchEntry.getControl(String oid) |
ResponseControl |
ResponseMessage.getControl(String oid)
Returns the first response control with the supplied OID for this response message.
|
ResponseControl[] |
SearchReference.getControls() |
ResponseControl[] |
Response.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 |
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 | 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 |
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.
|
Copyright © 2019. All rights reserved.