| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2007-2009 Sun Microsystems, Inc. |
| | | * Copyright 2007-2010 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.core; |
| | | import org.opends.messages.Message; |
| | |
| | | // Stop the processing timer. |
| | | setProcessingStopTime(); |
| | | |
| | | // Log the bind response. |
| | | logBindResponse(this); |
| | | |
| | | // Send the bind response to the client. |
| | | clientConnection.sendResponse(this); |
| | | |
| | |
| | | |
| | | clientConnection.finishBindOrStartTLS(); |
| | | |
| | | // Log the bind response. |
| | | logBindResponse(this); |
| | | |
| | | // Invoke the post-response bind plugins. |
| | | invokePostResponsePlugins(workflowExecuted); |
| | | } |