Uses of Interface
org.ldaptive.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in org.ldaptive
Fields in org.ldaptive declared as ConnectionModifier and TypeFieldDescriptionprivate final Connection
SingleConnectionFactory.ConnectionProxy.conn
Underlying connection.private Connection
SingleConnectionFactory.connection
The connection used by this factory.private Connection
SingleConnectionFactory.proxy
The proxy used by this factory.Methods in org.ldaptive that return ConnectionModifier and TypeMethodDescriptionPooledConnectionFactory.RetryValidationExceptionHandler.apply
(ValidationException e) ConnectionFactory.getConnection()
Creates a new connection.DefaultConnectionFactory.getConnection()
Creates a new connection.PooledConnectionFactory.getConnection()
SingleConnectionFactory.getConnection()
Methods in org.ldaptive with parameters of type ConnectionModifier and TypeMethodDescriptionAbstractConnectionValidator.apply
(Connection conn) AbstractConnectionValidator.applyAsync
(Connection conn) void
CompareConnectionValidator.applyAsync
(Connection conn, Consumer<Boolean> function) ConnectionValidator.applyAsync
(Connection conn) Provides an asynchronous implementation ofFunction.apply(Object)
.void
ConnectionValidator.applyAsync
(Connection conn, Consumer<Boolean> function) Provides an asynchronous implementation ofFunction.apply(Object)
.void
SearchConnectionValidator.applyAsync
(Connection conn, Consumer<Boolean> function) BindConnectionInitializer.initialize
(Connection c) ConnectionInitializer.initialize
(Connection conn) Initialize the supplied connection.Constructors in org.ldaptive with parameters of type Connection -
Uses of Connection in org.ldaptive.ad.extended
Methods in org.ldaptive.ad.extended with parameters of type Connection -
Uses of Connection in org.ldaptive.auth
Fields in org.ldaptive.auth declared as ConnectionModifier and TypeFieldDescriptionprivate Connection
AuthenticationHandlerResponse.connection
Connection that authentication occurred on.Methods in org.ldaptive.auth that return ConnectionMethods in org.ldaptive.auth with parameters of type ConnectionModifier and TypeMethodDescriptionprotected 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.connection
(Connection conn) Constructors in org.ldaptive.auth with parameters of type ConnectionModifierConstructorDescriptionAuthenticationHandlerResponse
(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 ConnectionModifier and TypeMethodDescriptionprotected 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
Fields in org.ldaptive.pool declared as ConnectionModifier and TypeFieldDescriptionprivate final Connection
AbstractConnectionPool.DefaultPooledConnectionProxy.conn
Underlying connection.Methods in org.ldaptive.pool that return ConnectionModifier and TypeMethodDescriptionprotected Connection
AbstractConnectionPool.createConnectionProxy
(PooledConnectionProxy pc) Creates a connection proxy using the supplied pool connection.AbstractConnectionPool.DefaultPooledConnectionProxy.getConnection()
abstract Connection
AbstractConnectionPool.getConnection()
Returns a connection from the pool.BlockingConnectionPool.getConnection()
ConnectionPool.getConnection()
Returns an object from the pool.PooledConnectionProxy.getConnection()
Returns the connection that is being proxied.Methods in org.ldaptive.pool with parameters of type ConnectionModifier and TypeMethodDescriptionBindConnectionPassivator.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 ConnectionModifierConstructorDescriptionCreates a new pooled connection. -
Uses of Connection in org.ldaptive.transport
Classes in org.ldaptive.transport that implement ConnectionModifier and TypeClassDescriptionclass
Base class for connection implementations.Fields in org.ldaptive.transport declared as ConnectionModifier and TypeFieldDescriptionprivate Connection
MessageFunctional.connection
Connection the request occurred on.Methods in org.ldaptive.transport that return ConnectionModifier and TypeMethodDescriptionTransport.create
(ConnectionConfig cc) Create a connection object.MessageFunctional.getConnection()
-
Uses of Connection in org.ldaptive.transport.netty
Classes in org.ldaptive.transport.netty that implement ConnectionModifier and TypeClassDescriptionfinal class
Netty based connection implementation.Methods in org.ldaptive.transport.netty that return ConnectionModifier and TypeMethodDescriptionConnectionTransport.create
(ConnectionConfig cc) NettyConnectionFactoryTransport.create
(ConnectionConfig cc)