Class EncryptedContentStoreChildApplicationContextFactory

All Implemented Interfaces:
EventListener, ApplicationContextFactory, PropertyBackedBean, PropertyBackedBeanState, PropertyBackedBeanWithMonitor, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>

public class EncryptedContentStoreChildApplicationContextFactory extends ChildApplicationContextFactory
ChildApplicationContextFactory extension used to identify the type of the content store subsystem, encrypted or unecrypted. See CryptodocSwitchableApplicationContextFactory for how is used.
  • Constructor Details

    • EncryptedContentStoreChildApplicationContextFactory

      public EncryptedContentStoreChildApplicationContextFactory()
  • Method Details

    • isEncryptedContent

      public boolean isEncryptedContent()
    • setEncryptedContent

      public void setEncryptedContent(boolean encryptedContent)