|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Connection in org.ldaptive |
|---|
| Classes in org.ldaptive that implement Connection | |
|---|---|
protected static class |
DefaultConnectionFactory.DefaultConnection
Default implementation for managing a connection to an LDAP. |
| Methods in org.ldaptive that return Connection | |
|---|---|
Connection |
ConnectionFactory.getConnection()
Creates a new connection. |
protected Connection |
AbstractOperation.getConnection()
Returns the connection used for this operation. |
Connection |
DefaultConnectionFactory.getConnection()
Creates a new connection. |
static Connection |
DefaultConnectionFactory.getConnection(ConnectionConfig cc)
Creates a new connection. |
static Connection |
DefaultConnectionFactory.getConnection(String ldapUrl)
Creates a new connection. |
| Methods in org.ldaptive with parameters of type Connection | |
|---|---|
protected HandlerResult<Response<S>> |
AbstractOperation.ReopenOperationExceptionHandler.createResult(Connection conn,
Q request,
Response<S> response)
Invoked if AbstractRetryOperationExceptionHandler.handleInternal(org.ldaptive.Connection, Q, org.ldaptive.Response succeeded. |
protected void |
AbstractOperation.ReopenOperationExceptionHandler.handleInternal(Connection conn,
Q request,
Response<S> response)
Perform any operations required to recover from the operation exception. |
Response<Void> |
ConnectionInitializer.initialize(Connection conn)
Initialize the supplied connection. |
Response<Void> |
BindConnectionInitializer.initialize(Connection c)
Initialize the supplied connection. |
| Constructors in org.ldaptive with parameters of type Connection | |
|---|---|
AbstractOperation(Connection conn)
Creates a new abstract operation. |
|
AddOperation(Connection conn)
Creates a new add operation. |
|
BindOperation(Connection conn)
Creates a new bind operation. |
|
CompareOperation(Connection conn)
Creates a new compare operation. |
|
DeleteOperation(Connection conn)
Creates a new delete operation. |
|
ModifyDnOperation(Connection conn)
Creates a new modify dn operation. |
|
ModifyOperation(Connection conn)
Creates a new modify operation. |
|
SearchOperation(Connection conn)
Creates a new search operation. |
|
SearchOperation(Connection conn,
Cache<SearchRequest> c)
Creates a new search operation. |
|
| Uses of Connection in org.ldaptive.ad.control.util |
|---|
| Constructors in org.ldaptive.ad.control.util with parameters of type Connection | |
|---|---|
DirSyncClient(Connection conn)
Creates a new dir sync client. |
|
DirSyncClient(Connection conn,
DirSyncControl.Flag[] dsFlags)
Creates a new dir sync client. |
|
DirSyncClient(Connection conn,
DirSyncControl.Flag[] dsFlags,
int count)
Creates a new dir sync client. |
|
NotificationClient(Connection conn)
Creates a new notification client. |
|
| Uses of Connection in org.ldaptive.ad.extended |
|---|
| Methods in org.ldaptive.ad.extended with parameters of type Connection | |
|---|---|
Response<Void> |
FastBindOperation.FastBindConnectionInitializer.initialize(Connection c)
Initialize the supplied connection. |
| Constructors in org.ldaptive.ad.extended with parameters of type Connection | |
|---|---|
FastBindOperation(Connection conn)
Creates a new fast bind operation. |
|
| Uses of Connection in org.ldaptive.ad.handler |
|---|
| Methods in org.ldaptive.ad.handler with parameters of type Connection | |
|---|---|
protected void |
AbstractBinaryAttributeHandler.handleAttributes(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the attributes of a search entry. |
protected void |
RangeEntryHandler.handleAttributes(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the attributes of a search entry. |
protected void |
PrimaryGroupIdHandler.handleAttributes(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the attributes of a search entry. |
| Uses of Connection in org.ldaptive.async |
|---|
| Constructors in org.ldaptive.async with parameters of type Connection | |
|---|---|
AbandonOperation(Connection conn)
Creates a new abandon operation. |
|
AbstractAsyncOperation(Connection conn)
Creates a new abstract async operation. |
|
AsyncSearchOperation(Connection conn)
Creates a new async search operation. |
|
| Uses of Connection in org.ldaptive.async.handler |
|---|
| Methods in org.ldaptive.async.handler with parameters of type Connection | |
|---|---|
HandlerResult<AsyncRequest> |
AsyncRequestHandler.handle(Connection conn,
Request request,
AsyncRequest asyncRequest)
Handle the supplied result. |
HandlerResult<Exception> |
ExceptionHandler.handle(Connection conn,
Request request,
Exception exception)
Handle the supplied result. |
| Uses of Connection in org.ldaptive.auth |
|---|
| Methods in org.ldaptive.auth that return Connection | |
|---|---|
protected abstract Connection |
AbstractSearchDnResolver.getConnection()
Retrieve a connection that is ready for use. |
protected Connection |
PooledCompareAuthenticationHandler.getConnection()
Returns a connection that the compare operation should be performed on. |
protected Connection |
SearchDnResolver.getConnection()
Retrieve a connection that is ready for use. |
protected abstract Connection |
AbstractAuthenticationHandler.getConnection()
Returns a connection that the authentication operation should be performed on. |
protected abstract Connection |
AbstractCompareAuthenticationHandler.getConnection()
Returns a connection that the compare operation should be performed on. |
protected Connection |
PooledBindAuthenticationHandler.getConnection()
Returns a connection that the authentication operation should be performed on. |
protected Connection |
PooledSearchDnResolver.getConnection()
Retrieve a connection that is ready for use. |
Connection |
AuthenticationHandlerResponse.getConnection()
Returns the connection that the ldap operation occurred on. |
protected Connection |
BindAuthenticationHandler.getConnection()
Returns a connection that the authentication operation should be performed on. |
protected Connection |
CompareAuthenticationHandler.getConnection()
Returns a connection that the compare operation should be performed on. |
| Methods in org.ldaptive.auth with parameters of type Connection | |
|---|---|
protected abstract AuthenticationHandlerResponse |
AbstractAuthenticationHandler.authenticateInternal(Connection c,
AuthenticationCriteria criteria)
Authenticate on the supplied connection using the supplied criteria. |
protected AuthenticationHandlerResponse |
AbstractCompareAuthenticationHandler.authenticateInternal(Connection c,
AuthenticationCriteria criteria)
Authenticate on the supplied connection using the supplied criteria. |
protected AuthenticationHandlerResponse |
PooledBindAuthenticationHandler.authenticateInternal(Connection c,
AuthenticationCriteria criteria)
Authenticate on the supplied connection using the supplied criteria. |
protected AuthenticationHandlerResponse |
BindAuthenticationHandler.authenticateInternal(Connection c,
AuthenticationCriteria criteria)
Authenticate on the supplied connection using the supplied criteria. |
protected SearchOperation |
AbstractSearchOperationFactory.createSearchOperation(Connection conn)
Creates a new search operation configured with the properties on this factory. |
SearchResult |
SearchEntryResolver.performLdapSearch(Connection conn,
AuthenticationCriteria ac)
Executes an ldap search with the supplied authentication criteria. |
protected SearchResult |
PooledSearchEntryResolver.performLdapSearch(Connection conn,
AuthenticationCriteria ac)
Executes an ldap search with the supplied authentication criteria. |
protected SearchResult |
WhoAmIEntryResolver.performLdapSearch(Connection conn,
AuthenticationCriteria ac)
Executes an ldap search with the supplied authentication criteria. |
protected abstract SearchResult |
AbstractSearchEntryResolver.performLdapSearch(Connection conn,
AuthenticationCriteria ac)
Executes an ldap search with the supplied authentication criteria. |
LdapEntry |
NoOpEntryResolver.resolve(Connection conn,
AuthenticationCriteria ac)
Attempts to find the LDAP entry for the supplied authentication criteria, using the supplied connection. |
LdapEntry |
EntryResolver.resolve(Connection conn,
AuthenticationCriteria criteria)
Attempts to find the LDAP entry for the supplied authentication criteria, using the supplied connection. |
LdapEntry |
AbstractSearchEntryResolver.resolve(Connection conn,
AuthenticationCriteria ac)
Attempts to find the LDAP entry for the supplied authentication criteria, using the supplied connection. |
| Constructors in org.ldaptive.auth with parameters of type Connection | |
|---|---|
AuthenticationHandlerResponse(boolean success,
ResultCode rc,
Connection conn)
Creates a new authentication response. |
|
AuthenticationHandlerResponse(boolean success,
ResultCode rc,
Connection conn,
String msg)
Creates a new authentication response. |
|
AuthenticationHandlerResponse(boolean success,
ResultCode rc,
Connection conn,
String msg,
ResponseControl[] controls,
int msgId)
Creates a new ldap response. |
|
| Uses of Connection in org.ldaptive.concurrent |
|---|
| Methods in org.ldaptive.concurrent with parameters of type Connection | ||
|---|---|---|
protected static
|
ParallelPooledSearchExecutor.createCallable(Connection conn,
Operation<Q,S> operation,
Q request)
Returns a Callable that executes the supplied request with the
supplied operation in a try-finally block that opens and closes the
connection. |
|
protected static
|
AggregatePooledSearchExecutor.createCallable(Connection conn,
Operation<Q,S> operation,
Q request)
Returns a Callable that executes the supplied request with the
supplied operation in a try-finally block that opens and closes the
connection. |
|
protected static
|
AggregateSearchExecutor.createCallable(Connection conn,
OperationWorker<Q,S> worker,
Q[] requests)
Returns a Callable that executes the supplied request with the
supplied worker in a try-finally block that opens and closes the
connection. |
|
protected Callable<Response<SearchResult>> |
QueueingSearchExecutor.createCallable(Connection conn,
SearchOperation operation,
SearchRequest request,
BlockingQueue<QueueingSearchExecutor.SearchItem> queue)
Returns a Callable that executes the supplied request with the
supplied operation in a try-finally block that opens and closes the
connection. |
|
protected SearchOperation |
AbstractSearchExecutor.createSearchOperation(Connection conn)
Creates a new search operation configured with the properties on this search executor. |
|
HandlerResult<IntermediateResponse> |
QueueingSearchExecutor.IntermediateResponseHandler.handle(Connection conn,
Request request,
IntermediateResponse response)
Handle the supplied result. |
|
HandlerResult<SearchEntry> |
QueueingSearchExecutor.SearchEntryHandler.handle(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the supplied result. |
|
HandlerResult<SearchReference> |
QueueingSearchExecutor.SearchReferenceHandler.handle(Connection conn,
SearchRequest request,
SearchReference reference)
Handle the supplied result. |
|
| Uses of Connection in org.ldaptive.control.util |
|---|
| Constructors in org.ldaptive.control.util with parameters of type Connection | |
|---|---|
PagedResultsClient(Connection conn,
int size)
Creates a new paged results client. |
|
PersistentSearchClient(Connection conn,
EnumSet<PersistentSearchChangeType> types,
boolean co,
boolean re)
Creates a new persistent search client. |
|
SyncReplClient(Connection conn,
boolean persist)
Creates a new sync repl client. |
|
SyncReplClient(Connection conn,
boolean persist,
byte[] cookie)
Deprecated. use SyncReplClient.SyncReplClient(Connection, boolean) instead |
|
VirtualListViewClient(Connection conn,
SortKey... keys)
Creates a new virtual list view client. |
|
| Uses of Connection in org.ldaptive.ext |
|---|
| Constructors in org.ldaptive.ext with parameters of type Connection | |
|---|---|
MergeOperation(Connection conn)
Creates a new merge operation. |
|
| Uses of Connection in org.ldaptive.extended |
|---|
| Constructors in org.ldaptive.extended with parameters of type Connection | |
|---|---|
CancelOperation(Connection conn)
Creates a new cancel operation. |
|
PasswordModifyOperation(Connection conn)
Creates a new password modify operation. |
|
UnsolicitedNotifications(Connection conn)
Creates a new unsolicited notifications. |
|
WhoAmIOperation(Connection conn)
Creates a new who am i operation. |
|
| Uses of Connection in org.ldaptive.handler |
|---|
| Methods in org.ldaptive.handler with parameters of type Connection | |
|---|---|
protected abstract HandlerResult<Response<S>> |
AbstractRetryOperationExceptionHandler.createResult(Connection conn,
Q request,
Response<S> response)
Invoked if AbstractRetryOperationExceptionHandler.handleInternal(org.ldaptive.Connection, Q, org.ldaptive.Response succeeded. |
HandlerResult<Response<S>> |
OperationExceptionHandler.handle(Connection conn,
Q request,
Response<S> response)
Handle the supplied result. |
HandlerResult<Response<S>> |
AbstractRetryOperationExceptionHandler.handle(Connection conn,
Q request,
Response<S> response)
Handle the supplied result. |
HandlerResult<Response<S>> |
NoOpOperationExceptionHandler.handle(Connection conn,
Q request,
Response<S> response)
Handle the supplied result. |
HandlerResult<Response<T>> |
OperationResponseHandler.handle(Connection conn,
Q request,
Response<T> response)
Handle the supplied result. |
HandlerResult<S> |
Handler.handle(Connection conn,
Q request,
S result)
Handle the supplied result. |
HandlerResult<IntermediateResponse> |
IntermediateResponseHandler.handle(Connection conn,
Request request,
IntermediateResponse response)
Handle the supplied result. |
HandlerResult<SearchEntry> |
RecursiveEntryHandler.handle(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the supplied result. |
HandlerResult<SearchEntry> |
AbstractSearchEntryHandler.handle(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the supplied result. |
HandlerResult<SearchEntry> |
SearchEntryHandler.handle(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the supplied result. |
HandlerResult<SearchReference> |
SearchReferenceHandler.handle(Connection conn,
SearchRequest request,
SearchReference reference)
Handle the supplied result. |
protected void |
AbstractSearchEntryHandler.handleAttribute(Connection conn,
SearchRequest request,
LdapAttribute attr)
Handle a single attribute. |
protected String |
CaseChangeEntryHandler.handleAttributeName(Connection conn,
SearchRequest request,
String name)
Returns the supplied attribute name unaltered. |
protected String |
AbstractSearchEntryHandler.handleAttributeName(Connection conn,
SearchRequest request,
String name)
Returns the supplied attribute name unaltered. |
protected void |
CaseChangeEntryHandler.handleAttributes(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the attributes of a search entry. |
protected void |
MergeAttributeEntryHandler.handleAttributes(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the attributes of a search entry. |
protected void |
AbstractSearchEntryHandler.handleAttributes(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the attributes of a search entry. |
protected void |
DnAttributeEntryHandler.handleAttributes(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the attributes of a search entry. |
protected byte[] |
CaseChangeEntryHandler.handleAttributeValue(Connection conn,
SearchRequest request,
byte[] value)
Returns the supplied attribute value unaltered. |
protected byte[] |
AbstractSearchEntryHandler.handleAttributeValue(Connection conn,
SearchRequest request,
byte[] value)
Returns the supplied attribute value unaltered. |
protected String |
CaseChangeEntryHandler.handleAttributeValue(Connection conn,
SearchRequest request,
String value)
Returns the supplied attribute value unaltered. |
protected String |
AbstractSearchEntryHandler.handleAttributeValue(Connection conn,
SearchRequest request,
String value)
Returns the supplied attribute value unaltered. |
protected String |
CaseChangeEntryHandler.handleDn(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the dn of a search entry. |
protected String |
AbstractSearchEntryHandler.handleDn(Connection conn,
SearchRequest request,
SearchEntry entry)
Handle the dn of a search entry. |
protected abstract void |
AbstractRetryOperationExceptionHandler.handleInternal(Connection conn,
Q request,
Response<S> response)
Perform any operations required to recover from the operation exception. |
| Uses of Connection in org.ldaptive.jaas |
|---|
| Methods in org.ldaptive.jaas that return Connection | |
|---|---|
protected Connection |
SearchRoleResolver.getConnection()
Retrieve a connection that is ready for use. |
protected Connection |
PooledSearchRoleResolver.getConnection()
Retrieve a connection that is ready for use. |
protected abstract Connection |
AbstractSearchRoleResolver.getConnection()
Retrieve a connection that is ready for use. |
| Uses of Connection in org.ldaptive.pool |
|---|
| Methods in org.ldaptive.pool that return Connection | |
|---|---|
protected Connection |
AbstractConnectionPool.createConnectionProxy(PooledConnectionProxy pc)
Creates a connection proxy using the supplied pool connection. |
Connection |
BlockingConnectionPool.getConnection()
Returns a connection from the pool. |
Connection |
PooledConnectionFactory.getConnection()
Returns a connection from the pool. |
Connection |
PooledConnectionProxy.getConnection()
Returns the connection that is being proxied. |
abstract Connection |
AbstractConnectionPool.getConnection()
Returns a connection from the pool. |
Connection |
AbstractConnectionPool.DefaultPooledConnectionProxy.getConnection()
Returns the connection that is being proxied. |
Connection |
SoftLimitConnectionPool.getConnection()
Returns a connection from the pool. |
Connection |
ConnectionPool.getConnection()
Returns an object from the pool. |
| Methods in org.ldaptive.pool that return types with arguments of type Connection | |
|---|---|
Activator<Connection> |
ConnectionPool.getActivator()
Returns the activator for this pool. |
Passivator<Connection> |
ConnectionPool.getPassivator()
Returns the passivator for this pool. |
Validator<Connection> |
ConnectionPool.getValidator()
Returns the validator for this pool. |
| Methods in org.ldaptive.pool with parameters of type Connection | |
|---|---|
boolean |
ConnectActivator.activate(Connection c)
Activate the supplied object. |
boolean |
ClosePassivator.passivate(Connection c)
Passivate the supplied object. |
boolean |
BindPassivator.passivate(Connection c)
Passivate the supplied object. |
void |
BlockingConnectionPool.putConnection(Connection c)
Returns a connection to the pool. |
abstract void |
AbstractConnectionPool.putConnection(Connection c)
Returns a connection to the pool. |
protected PooledConnectionProxy |
AbstractConnectionPool.retrieveConnectionProxy(Connection proxy)
Retrieves the invocation handler from the supplied connection proxy. |
boolean |
CompareValidator.validate(Connection c)
Validate the supplied object. |
boolean |
SearchValidator.validate(Connection c)
Validate the supplied object. |
| Method parameters in org.ldaptive.pool with type arguments of type Connection | |
|---|---|
void |
ConnectionPool.setActivator(Activator<Connection> a)
Sets the activator for this pool. |
void |
ConnectionPool.setPassivator(Passivator<Connection> p)
Sets the passivator for this pool. |
void |
ConnectionPool.setValidator(Validator<Connection> v)
Sets the validator for this pool. |
| Constructors in org.ldaptive.pool with parameters of type Connection | |
|---|---|
AbstractConnectionPool.DefaultPooledConnectionProxy(Connection c,
Response<Void> r)
Creates a new pooled connection. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||