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
    Modifier and Type
    Field
    Description
    protected com.bol.crypt.CryptVault
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    AbstractEncryptionEventListener(com.bol.crypt.CryptVault cryptVault)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    withSilentDecryptionFailure(boolean silentDecryptionFailure)
     

    Methods inherited from class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener

    onAfterConvert, onAfterDelete, onAfterLoad, onAfterSave, onApplicationEvent, onBeforeConvert, onBeforeDelete, onBeforeSave

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

      public T withSilentDecryptionFailure(boolean silentDecryptionFailure)