Uses of Interface
org.ldaptive.Connection
-
Packages that use Connection Package Description org.ldaptive org.ldaptive.ad.extended org.ldaptive.auth org.ldaptive.ext org.ldaptive.pool org.ldaptive.transport org.ldaptive.transport.netty -
-
Uses of Connection in org.ldaptive
Methods in org.ldaptive that return Connection Modifier and Type Method Description Connection
PooledConnectionFactory.RetryValidationExceptionHandler. apply(ValidationException e)
Connection
ConnectionFactory. getConnection()
Creates a new connection.Connection
DefaultConnectionFactory. getConnection()
Creates a new connection.Connection
PooledConnectionFactory. getConnection()
Connection
SingleConnectionFactory. getConnection()
Methods in org.ldaptive with parameters of type Connection Modifier and Type Method Description java.lang.Boolean
AbstractConnectionValidator. apply(Connection conn)
java.util.function.Supplier<java.lang.Boolean>
AbstractConnectionValidator. applyAsync(Connection conn)
void
CompareConnectionValidator. applyAsync(Connection conn, java.util.function.Consumer<java.lang.Boolean> function)
java.util.function.Supplier<java.lang.Boolean>
ConnectionValidator. applyAsync(Connection conn)
Provides an asynchronous implementation ofFunction.apply(Object)
.void
ConnectionValidator. applyAsync(Connection conn, java.util.function.Consumer<java.lang.Boolean> function)
Provides an asynchronous implementation ofFunction.apply(Object)
.void
SearchConnectionValidator. applyAsync(Connection conn, java.util.function.Consumer<java.lang.Boolean> function)
Result
BindConnectionInitializer. initialize(Connection c)
Result
ConnectionInitializer. initialize(Connection conn)
Initialize the supplied connection.Constructors in org.ldaptive with parameters of type Connection Constructor Description ConnectionProxy(Connection c)
Creates a new connection proxy. -
Uses of Connection in org.ldaptive.ad.extended
Methods in org.ldaptive.ad.extended with parameters of type Connection Modifier and Type Method Description Result
FastBindConnectionInitializer. initialize(Connection c)
-
Uses of Connection in org.ldaptive.auth
Methods in org.ldaptive.auth that return Connection Modifier and Type Method Description Connection
AuthenticationHandlerResponse. getConnection()
Methods in org.ldaptive.auth with parameters of type Connection Modifier and Type Method Description protected abstract AuthenticationHandlerResponse
AbstractAuthenticationHandler. authenticateInternal(Connection c, AuthenticationCriteria criteria)
Authenticate on the supplied connection using the supplied criteria.protected AuthenticationHandlerResponse
CompareAuthenticationHandler. authenticateInternal(Connection c, AuthenticationCriteria criteria)
protected AuthenticationHandlerResponse
SimpleBindAuthenticationHandler. authenticateInternal(Connection c, AuthenticationCriteria criteria)
AuthenticationHandlerResponse.Builder
AuthenticationHandlerResponse.Builder. connection(Connection conn)
Constructors in org.ldaptive.auth with parameters of type Connection Constructor Description AuthenticationHandlerResponse(T result, AuthenticationResultCode code, Connection conn)
Creates a new authentication response. -
Uses of Connection in org.ldaptive.ext
Methods in org.ldaptive.ext with parameters of type Connection Modifier and Type Method Description protected Result
MergeOperation. add(Connection conn, MergeRequest request, LdapEntry entry)
Executes anAddOperation
for the supplied entry.protected Result
MergeOperation. delete(Connection conn, MergeRequest request, LdapEntry entry)
Executes aDeleteOperation
for the supplied entry.protected Result
MergeOperation. modify(Connection conn, MergeRequest request, LdapEntry source, LdapEntry target)
Retrieves the attribute modifications fromLdapEntry.computeModifications(LdapEntry, LdapEntry)
and executes aModifyOperation
with those results. -
Uses of Connection in org.ldaptive.pool
Methods in org.ldaptive.pool that return Connection Modifier and Type Method Description protected Connection
AbstractConnectionPool. createConnectionProxy(PooledConnectionProxy pc)
Creates a connection proxy using the supplied pool connection.Connection
AbstractConnectionPool.DefaultPooledConnectionProxy. getConnection()
abstract Connection
AbstractConnectionPool. getConnection()
Returns a connection from the pool.Connection
BlockingConnectionPool. getConnection()
Connection
ConnectionPool. getConnection()
Returns an object from the pool.Connection
PooledConnectionProxy. getConnection()
Returns the connection that is being proxied.Methods in org.ldaptive.pool with parameters of type Connection Modifier and Type Method Description java.lang.Boolean
BindConnectionPassivator. apply(Connection conn)
abstract void
AbstractConnectionPool. putConnection(Connection c)
Returns a connection to the pool.void
BlockingConnectionPool. putConnection(Connection c)
protected PooledConnectionProxy
AbstractConnectionPool. retrieveConnectionProxy(Connection proxy)
Retrieves the invocation handler from the supplied connection proxy.Constructors in org.ldaptive.pool with parameters of type Connection Constructor Description DefaultPooledConnectionProxy(Connection c)
Creates a new pooled connection. -
Uses of Connection in org.ldaptive.transport
Classes in org.ldaptive.transport that implement Connection Modifier and Type Class Description class
TransportConnection
Base class for connection implementations.Methods in org.ldaptive.transport that return Connection Modifier and Type Method Description Connection
Transport. create(ConnectionConfig cc)
Create a connection object.Connection
MessageFunctional. getConnection()
-
Uses of Connection in org.ldaptive.transport.netty
Classes in org.ldaptive.transport.netty that implement Connection Modifier and Type Class Description class
NettyConnection
Netty based connection implementation.Methods in org.ldaptive.transport.netty that return Connection Modifier and Type Method Description Connection
ConnectionTransport. create(ConnectionConfig cc)
Connection
NettyConnectionFactoryTransport. create(ConnectionConfig cc)
-