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 Summary
Fields Modifier and Type Field Description static XFrameOptionsMatcherDENYstatic XFrameOptionsMatcherSAMEORIGIN 
- 
Constructor Summary
Constructors Constructor Description XFrameOptionsMatcher(String options) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)StringtoString() 
 - 
 
- 
- 
Field Detail
- 
DENY
public static final XFrameOptionsMatcher DENY
 
- 
SAMEORIGIN
public static final XFrameOptionsMatcher SAMEORIGIN
 
 - 
 
- 
Constructor Detail
- 
XFrameOptionsMatcher
public XFrameOptionsMatcher(String options)
 
 - 
 
 -