// If we've gotten here, then the authentication was
// successful. We'll take the connection so
// invoke the post-connect plugins.
PluginConfigManager pluginManager = DirectoryServer
.getPluginConfigManager();
PluginResult.PostConnect pluginResult = pluginManager
.invokePostConnectPlugins(jmxClientConnection);
if (!pluginResult.continueProcessing())
{
jmxClientConnection.disconnect(pluginResult.getDisconnectReason(),
pluginResult.sendDisconnectNotification(),