Class KeyEncryptionKeyEventFactory
java.lang.Object
org.gridgain.internal.encryption.event.KeyEncryptionKeyEventFactory
- All Implemented Interfaces:
org.apache.ignite.configuration.notifications.ConfigurationListener<org.gridgain.internal.encryption.configuration.EncryptionView>,org.apache.ignite.configuration.notifications.ConfigurationNamedListListener<org.gridgain.internal.encryption.configuration.EncryptionView>
public class KeyEncryptionKeyEventFactory
extends Object
implements org.apache.ignite.configuration.notifications.ConfigurationNamedListListener<org.gridgain.internal.encryption.configuration.EncryptionView>
Event factory for key encryption key configuration changes. Fires events when key encryption key is updated.
-
Constructor Summary
ConstructorsConstructorDescriptionKeyEncryptionKeyEventFactory(Function<org.gridgain.internal.encryption.event.EncryptionEventParameters, CompletableFuture<Void>> notifier) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiononUpdate(org.apache.ignite.configuration.notifications.ConfigurationNotificationEvent<org.gridgain.internal.encryption.configuration.EncryptionView> ctx) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.ignite.configuration.notifications.ConfigurationNamedListListener
onCreate, onDelete, onRename
-
Constructor Details
-
KeyEncryptionKeyEventFactory
public KeyEncryptionKeyEventFactory(Function<org.gridgain.internal.encryption.event.EncryptionEventParameters, CompletableFuture<Void>> notifier) Constructor.- Parameters:
notifier- Notifier.
-
-
Method Details
-
onUpdate
public CompletableFuture<?> onUpdate(org.apache.ignite.configuration.notifications.ConfigurationNotificationEvent<org.gridgain.internal.encryption.configuration.EncryptionView> ctx) - Specified by:
onUpdatein interfaceorg.apache.ignite.configuration.notifications.ConfigurationListener<org.gridgain.internal.encryption.configuration.EncryptionView>- Specified by:
onUpdatein interfaceorg.apache.ignite.configuration.notifications.ConfigurationNamedListListener<org.gridgain.internal.encryption.configuration.EncryptionView>
-