| | |
| | | public void initializeExtendedOperationHandler(ConfigEntry configEntry) |
| | | throws ConfigException, InitializationException |
| | | { |
| | | |
| | | // No special configuration is required. |
| | | |
| | | DirectoryServer.registerSupportedExtension(OID_WHO_AM_I_REQUEST, this); |
| | |
| | | */ |
| | | public void finalizeExtendedOperationHandler() |
| | | { |
| | | |
| | | DirectoryServer.deregisterSupportedExtension(OID_WHO_AM_I_REQUEST); |
| | | } |
| | | |
| | |
| | | */ |
| | | public void processExtendedOperation(ExtendedOperation operation) |
| | | { |
| | | |
| | | |
| | | // Get the client connection and determine the DN of the user associated |
| | | // with it. |
| | | ClientConnection clientConnection = operation.getClientConnection(); |