public class CryptoManagerSync extends InternalDirectoryServerPlugin implements BackendInitializationListener
Constructor and Description |
---|
CryptoManagerSync()
Creates a new instance of this trust store synchronization thread.
|
Modifier and Type | Method and Description |
---|---|
PluginResult.PostResponse |
doPostResponse(PostResponseAddOperation op)
Performs any necessary processing that should be done after the
Directory Server has completed all processing for an add
operation and has sent the response to the client.
|
PluginResult.PostResponse |
doPostResponse(PostResponseDeleteOperation op)
Performs any necessary processing that should be done after the
Directory Server has completed all processing for a delete
operation and has sent the response to the client.
|
PluginResult.PostResponse |
doPostResponse(PostResponseModifyOperation op)
Performs any necessary processing that should be done after the
Directory Server has completed all processing for a modify
operation and has sent the response to the client.
|
void |
performBackendFinalizationProcessing(Backend<?> backend)
Performs any processing that may be required whenever a backend
is finalized.
|
void |
performBackendInitializationProcessing(Backend<?> backend)
Performs any processing that may be required whenever a backend
is initialized for use in the Directory Server.
|
initializePlugin, isConfigurationAcceptable
doLDIFExport, doLDIFImport, doLDIFImportBegin, doLDIFImportEnd, doPostConnect, doPostDisconnect, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostOperation, doPostResponse, doPostResponse, doPostResponse, doPostResponse, doPostResponse, doPostSynchronization, doPostSynchronization, doPostSynchronization, doPostSynchronization, doPreOperation, doPreOperation, doPreOperation, doPreOperation, doPreOperation, doPreOperation, doPreOperation, doPreOperation, doPreParse, doPreParse, doPreParse, doPreParse, doPreParse, doPreParse, doPreParse, doPreParse, doPreParse, doPreParse, doShutdown, doStartup, finalizePlugin, getPluginEntryDN, getPluginTypes, initializeInternal, invokeForInternalOperations, processIntermediateResponse, processSearchEntry, processSearchReference, processSubordinateDelete, processSubordinateModifyDN, setInvokeForInternalOperations
public CryptoManagerSync() throws InitializationException
InitializationException
- in case an exception occurs during
initialization, such as a failure to publish the instance-key-pair
public-key-certificate in ADS.public void performBackendInitializationProcessing(Backend<?> backend)
performBackendInitializationProcessing
in interface BackendInitializationListener
backend
- The backend that has been initialized and is
about to be put into service.public void performBackendFinalizationProcessing(Backend<?> backend)
performBackendFinalizationProcessing
in interface BackendInitializationListener
backend
- The backend that has been taken out of service
and is about to be finalized.public PluginResult.PostResponse doPostResponse(PostResponseAddOperation op)
doPostResponse
in class DirectoryServerPlugin<PluginCfg>
op
- The add operation for which processing has
completed and the response has been sent to
the client.public PluginResult.PostResponse doPostResponse(PostResponseDeleteOperation op)
doPostResponse
in class DirectoryServerPlugin<PluginCfg>
op
- The delete operation for which
processing has completed and the
response has been sent to the client.public PluginResult.PostResponse doPostResponse(PostResponseModifyOperation op)
doPostResponse
in class DirectoryServerPlugin<PluginCfg>
op
- The modify operation for which
processing has completed and the
response has been sent to the client.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.