Class FacesAjaxRequestMatcher
- java.lang.Object
 - 
- de.xima.fc.security.pac4j.matching.matcher.FacesAjaxRequestMatcher
 
 
- 
- All Implemented Interfaces:
 org.pac4j.core.matching.matcher.Matcher
public class FacesAjaxRequestMatcher extends Object implements org.pac4j.core.matching.matcher.Matcher
Custompac4jmatcher that checks if the request is a JSF AJAX requests and may reject those. This may be used in order to boost performance by only checking the authorization on non JSF AJAX request.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static org.pac4j.core.matching.matcher.MatcherREJECT 
- 
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) 
 -