|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.crypto.CryptoManagerSync
public class CryptoManagerSync
This class defines an object that synchronizes certificates from the admin data branch into the trust store backend, and synchronizes secret-key entries from the admin data branch to the crypto manager secret-key cache.
Constructor Summary | |
---|---|
CryptoManagerSync()
Creates a new instance of this trust store synchronization thread. |
Method Summary | |
---|---|
void |
handleAddOperation(PostResponseAddOperation addOperation,
Entry entry)
Performs any processing that may be required after an add operation. |
void |
handleDeleteOperation(PostResponseDeleteOperation deleteOperation,
Entry entry)
Performs any processing that may be required after a delete operation. |
void |
handleModifyDNOperation(PostResponseModifyDNOperation modifyDNOperation,
Entry oldEntry,
Entry newEntry)
Performs any processing that may be required after a modify DN operation. |
void |
handleModifyOperation(PostResponseModifyOperation modifyOperation,
Entry oldEntry,
Entry newEntry)
Performs any processing that may be required after a modify operation. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
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 void handleAddOperation(PostResponseAddOperation addOperation, Entry entry)
handleAddOperation
in interface ChangeNotificationListener
addOperation
- The add operation that was performed in the
server.entry
- The entry that was added to the server.public void handleDeleteOperation(PostResponseDeleteOperation deleteOperation, Entry entry)
handleDeleteOperation
in interface ChangeNotificationListener
deleteOperation
- The delete operation that was performed
in the server.entry
- The entry that was removed from the
server.public void handleModifyOperation(PostResponseModifyOperation modifyOperation, Entry oldEntry, Entry newEntry)
handleModifyOperation
in interface ChangeNotificationListener
modifyOperation
- The modify operation that was performed
in the server.oldEntry
- The entry before it was updated.newEntry
- The entry after it was updated.public void handleModifyDNOperation(PostResponseModifyDNOperation modifyDNOperation, Entry oldEntry, Entry newEntry)
handleModifyDNOperation
in interface ChangeNotificationListener
modifyDNOperation
- The modify DN operation that was
performed in the server.oldEntry
- The entry before it was updated.newEntry
- The entry after it was updated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |