Class OpenSSLConfSF

java.lang.Object
org.apache.catalina.storeconfig.StoreFactoryBase
org.apache.catalina.storeconfig.OpenSSLConfSF
All Implemented Interfaces:
IStoreFactory

public class OpenSSLConfSF extends StoreFactoryBase
Store OpenSSLConf
  • Constructor Details

    • OpenSSLConfSF

      public OpenSSLConfSF()
  • Method Details

    • storeChildren

      public void storeChildren(PrintWriter aWriter, int indent, Object aOpenSSLConf, StoreDescription parentDesc) throws Exception
      Store nested OpenSSLConfCmd elements. Must Implement at subclass for custom store children handling.
      Overrides:
      storeChildren in class StoreFactoryBase
      Parameters:
      aWriter - Current output writer
      indent - Indentation level
      aOpenSSLConf - Current element
      parentDesc - The element description
      Throws:
      Exception - Configuration storing error