Uses of Class
org.opends.server.api.ClientConnection
Packages that use ClientConnection
Package
Description
Classes implementing core server APIs.
Contains a number of API declarations for use throughout the Directory Server.
Defines the Directory Server plugin API.
Contains various classes that comprise the core of the Directory Server codebase.
Contains implementations of Directory Server access, error, and debug loggers.
Contains various Directory Server connection handler implementations which will be used to accept connections from
and perform communication with clients over various protocols.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
Contains implementations for a number of Directory Server data types.
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
-
Uses of ClientConnection in org.forgerock.opendj.server.core
Methods in org.forgerock.opendj.server.core that return ClientConnectionModifier and TypeMethodDescriptionRequestContext.getClientConnection()
Returns the client connection associated with this request.Methods in org.forgerock.opendj.server.core with parameters of type ClientConnectionModifier and TypeMethodDescriptionstatic RequestContext.Builder
RequestContext.builder
(ClientConnection connection) Returns a newRequestContext
builder with the provided parent context and connection. -
Uses of ClientConnection in org.opends.server.api
Methods in org.opends.server.api that return types with arguments of type ClientConnectionModifier and TypeMethodDescriptionabstract Collection<ClientConnection>
ConnectionHandler.getClientConnections()
Retrieves the set of active client connections that have been established through this connection handler. -
Uses of ClientConnection in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type ClientConnectionModifier and TypeMethodDescriptionvoid
DirectoryServerPlugin.doPostConnect
(ClientConnection clientConnection) Performs any processing that should be done when the Directory Server accepts a new connection from a client.void
DirectoryServerPlugin.doPostDisconnect
(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message) Performs any processing that should be done whenever a client connection is closed (regardless of whether the closure is initiated by the client or the server). -
Uses of ClientConnection in org.opends.server.core
Methods in org.opends.server.core that return types with arguments of type ClientConnectionModifier and TypeMethodDescriptionRetrieves the set of client connections authenticated as the specified user.Methods in org.opends.server.core with parameters of type ClientConnectionModifier and TypeMethodDescriptionvoid
DirectoryServer.connectionClosed
(ClientConnection clientConnection) void
ServerContext.connectionClosed
(ClientConnection clientConnection) Indicates that the specified client connection has been closed.void
PluginConfigManager.invokePostConnectPlugins
(ClientConnection clientConnection) Invokes the set of post-connect plugins that have been configured in the Directory Server.void
PluginConfigManager.invokePostDisconnectPlugins
(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message) Invokes the set of post-disconnect plugins that have been configured in the Directory Server.long
DirectoryServer.newConnectionAccepted
(ClientConnection clientConnection) long
ServerContext.newConnectionAccepted
(ClientConnection clientConnection) Indicates that a new connection has been accepted, increments the associated metrics and assigns a connection ID.void
AuthenticatedUsers.put
(Dn userDN, ClientConnection clientConnection) Registers the provided user DN and client connection with this object.void
AuthenticatedUsers.remove
(Dn userDN, ClientConnection clientConnection) Deregisters the provided user DN and client connection with this object. -
Uses of ClientConnection in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type ClientConnectionModifier and TypeMethodDescriptionstatic void
AccessLogger.logConnect
(ClientConnection connection) Writes a message to the access logger with information about a new client connection that has been established, regardless of whether it will be immediately terminated.void
AccessLogPublisher.logConnect
(ClientConnection clientConnection) Writes a message to the access logger with information about a new client connection that has been established, regardless of whether it will be immediately terminated.void
TextAccessLogPublisher.logConnect
(ClientConnection clientConnection) static void
AccessLogger.logDisconnect
(ClientConnection connection, DisconnectReason disconnectReason, LocalizableMessage message) Writes a message to the access logger with information about the termination of an existing client connection.void
AccessLogPublisher.logDisconnect
(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message) Writes a message to the access logger with information about the termination of an existing client connection.void
TextAccessLogPublisher.logDisconnect
(ClientConnection clientConnection, DisconnectReason disconnectReason, LocalizableMessage message) static void
AccessLogger.logTlsHandshake
(ClientConnection connection) Writes a message to the access logger with information about a completed TLS handshake.void
AccessLogPublisher.logTlsHandshake
(ClientConnection clientConnection) Writes a message to the access logger with information about the TLS handshake. -
Uses of ClientConnection in org.opends.server.protocols
Methods in org.opends.server.protocols that return types with arguments of type ClientConnection -
Uses of ClientConnection in org.opends.server.protocols.http
Methods in org.opends.server.protocols.http that return ClientConnectionModifier and TypeMethodDescriptionHttpClientConnectionContext.getClientConnection()
Returns theClientConnection
associated with the HTTP request.Methods in org.opends.server.protocols.http that return types with arguments of type ClientConnection -
Uses of ClientConnection in org.opends.server.protocols.ldap
Methods in org.opends.server.protocols.ldap that return types with arguments of type ClientConnectionModifier and TypeMethodDescriptionLDAPConnectionHandler.getClientConnections()
LoomLdapConnectionHandler.getClientConnections()
-
Uses of ClientConnection in org.opends.server.types
Methods in org.opends.server.types that return ClientConnection -
Uses of ClientConnection in org.opends.server.types.operation
Methods in org.opends.server.types.operation that return ClientConnectionModifier and TypeMethodDescriptionPluginOperation.getClientConnection()
Retrieves the client connection with which this operation is associated.