Class XFrameOptionsMatcher

java.lang.Object
de.xima.fc.security.pac4j.matching.matcher.XFrameOptionsMatcher
All Implemented Interfaces:
org.pac4j.core.matching.matcher.Matcher

public class XFrameOptionsMatcher extends Object implements org.pac4j.core.matching.matcher.Matcher
Customizable X-Frame-Options Header matcher.
Since:
8.0.0
Author:
XIMA Media GmbH
  • Field Details

  • Constructor Details

    • XFrameOptionsMatcher

      public XFrameOptionsMatcher(String options)
  • Method Details

    • matches

      public boolean matches(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
      Specified by:
      matches in interface org.pac4j.core.matching.matcher.Matcher
    • toString

      public String toString()
      Overrides:
      toString in class Object