public class CryptoManagerSync extends InternalDirectoryServerPlugin implements LocalBackendInitializationListener
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 |
performBackendPostFinalizationProcessing(LocalBackend<?> backend)
Performs any processing that may be required whenever a backend is finalized.
|
void |
performBackendPostInitializationProcessing(LocalBackend<?> backend)
Performs any processing that may be required after the Initialisation cycle has been completed, that is all
listeners have received the initialisation event, and the backend has been put into service,.
|
void |
performBackendPreFinalizationProcessing(LocalBackend<?> backend)
Performs any processing that may be required before starting the finalisation cycle, that is invoked before any
listener receive the Finalization event.
|
void |
performBackendPreInitializationProcessing(LocalBackend<?> 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, getServerContext, 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 performBackendPreInitializationProcessing(LocalBackend<?> backend)
LocalBackendInitializationListener
performBackendPreInitializationProcessing
in interface LocalBackendInitializationListener
backend
- The backend that has been initialized and is about to be put into service.public void performBackendPostFinalizationProcessing(LocalBackend<?> backend)
LocalBackendInitializationListener
performBackendPostFinalizationProcessing
in interface LocalBackendInitializationListener
backend
- The backend that has been taken out of service and is about to be finalized.public void performBackendPostInitializationProcessing(LocalBackend<?> backend)
LocalBackendInitializationListener
performBackendPostInitializationProcessing
in interface LocalBackendInitializationListener
backend
- The backend that has been initialized and has been put into service.public void performBackendPreFinalizationProcessing(LocalBackend<?> backend)
LocalBackendInitializationListener
performBackendPreFinalizationProcessing
in interface LocalBackendInitializationListener
backend
- The backend that is about to be finalized.public PluginResult.PostResponse doPostResponse(PostResponseAddOperation op)
DirectoryServerPlugin
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)
DirectoryServerPlugin
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)
DirectoryServerPlugin
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-2018 ForgeRock AS.