Class CertificateStoreAppender

java.lang.Object
org.apache.catalina.storeconfig.StoreAppender
org.apache.catalina.storeconfig.CertificateStoreAppender

public class CertificateStoreAppender extends StoreAppender
Store the Certificate attributes.
  • Constructor Details

    • CertificateStoreAppender

      public CertificateStoreAppender()
  • Method Details

    • checkAttribute

      protected Object checkAttribute(StoreDescription desc, PropertyDescriptor descriptor, String attributeName, Object bean, Object bean2)
      Description copied from class: StoreAppender
      Check if the attribute should be printed.
      Overrides:
      checkAttribute in class StoreAppender
      Parameters:
      desc - RegistryDescriptor from this bean
      descriptor - PropertyDescriptor from this bean property
      attributeName - The attribute name to store
      bean - The current bean
      bean2 - A default instance of the bean for comparison
      Returns:
      null if the value should be skipped, the value to print otherwise