Class AlfrescoX509ServletFilter

java.lang.Object
org.alfresco.web.scripts.servlet.X509ServletFilterBase
org.alfresco.web.app.servlet.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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • AlfrescoX509ServletFilter

      public AlfrescoX509ServletFilter()
  • Method Details

    • checkEnforce

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