Package com.bol.secure
Class AbstractEncryptionEventListener<T>
java.lang.Object
org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
com.bol.secure.AbstractEncryptionEventListener<T>
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener
- Direct Known Subclasses:
CachedEncryptionEventListener,ReflectionEncryptionEventListener
public class AbstractEncryptionEventListener<T>
extends org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
onAfterConvert, onAfterDelete, onAfterLoad, onAfterSave, onApplicationEvent, onBeforeConvert, onBeforeDelete, onBeforeSaveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Field Details
-
cryptVault
protected com.bol.crypt.CryptVault cryptVault
-
-
Constructor Details
-
AbstractEncryptionEventListener
public AbstractEncryptionEventListener(com.bol.crypt.CryptVault cryptVault)
-
-
Method Details
-
withSilentDecryptionFailure
-