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

      • XFrameOptionsMatcher

        public XFrameOptionsMatcher​(String options)
    • Method Detail

      • 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