Class BlockOpenSocialRequestFilter

java.lang.Object
com.atlassian.crowd.security.BlockOpenSocialRequestFilter
All Implemented Interfaces:
jakarta.servlet.Filter

public class BlockOpenSocialRequestFilter extends Object implements jakarta.servlet.Filter
Specialized filter to block OpenSocial requests specifically made by the Apache Shindig OpenSocial implementation.
  • Constructor Details

    • BlockOpenSocialRequestFilter

      public BlockOpenSocialRequestFilter()
  • Method Details

    • init

      public void init(jakarta.servlet.FilterConfig filterConfig) throws jakarta.servlet.ServletException
      Specified by:
      init in interface jakarta.servlet.Filter
      Throws:
      jakarta.servlet.ServletException
    • doFilter

      public void doFilter(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException
      Specified by:
      doFilter in interface jakarta.servlet.Filter
      Throws:
      IOException
      jakarta.servlet.ServletException
    • destroy

      public void destroy()
      Specified by:
      destroy in interface jakarta.servlet.Filter