Class AlfrescoX509ServletFilter

  • All Implemented Interfaces:
    javax.servlet.Filter

    public class AlfrescoX509ServletFilter
    extends org.alfresco.web.scripts.servlet.X509ServletFilterBase
    The AlfrescoX509ServletFilter implements the checkEnforce method of the X509ServletFilterBase. This allows the configuration of X509 authentication to be toggled on/off through a configuration outside of the web.xml.
    • Field Summary

      • Fields inherited from class org.alfresco.web.scripts.servlet.X509ServletFilterBase

        enforce
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean checkEnforce​(javax.servlet.ServletContext servletContext)  
      • Methods inherited from class org.alfresco.web.scripts.servlet.X509ServletFilterBase

        destroy, doFilter, init, setHttpsPort
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlfrescoX509ServletFilter

        public AlfrescoX509ServletFilter()
    • Method Detail

      • checkEnforce

        protected boolean checkEnforce​(javax.servlet.ServletContext servletContext)
                                throws java.io.IOException
        Specified by:
        checkEnforce in class org.alfresco.web.scripts.servlet.X509ServletFilterBase
        Throws:
        java.io.IOException