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.
    • Constructor Detail

      • AlfrescoX509ServletFilter

        public AlfrescoX509ServletFilter()
    • Method Detail

      • checkEnforce

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