Uses of Record Class
org.opends.server.api.plugin.PluginResult.PostConnect
Package
Description
Defines the Directory Server plugin API.
Contains various classes that comprise the core of the Directory Server codebase.
-
Uses of PluginResult.PostConnect in org.opends.server.api.plugin
Modifier and TypeMethodDescriptionstatic PluginResult.PostConnect
PluginResult.PostConnect.continueConnectProcessing()
Defines a continue processing post connect plugin result.static PluginResult.PostConnect
PluginResult.PostConnect.disconnectClient
(DisconnectReason disconnectReason, boolean sendDisconnectNotification, LocalizableMessage errorMessage) Defines a new stop processing post connect plugin result.DirectoryServerPlugin.doPostConnect
(ClientConnection clientConnection) Performs any processing that should be done when the Directory Server accepts a new connection from a client.static PluginResult.PostConnect
PluginResult.PostConnect.skipFurtherPluginProcessing()
Defines a skip further plugin processing post connect plugin result. -
Uses of PluginResult.PostConnect in org.opends.server.core
Modifier and TypeMethodDescriptionPluginConfigManager.invokePostConnectPlugins
(ClientConnection clientConnection) Invokes the set of post-connect plugins that have been configured in the Directory Server.