Package org.pac4j.core.matching.matcher
Interface DefaultMatchers
public interface DefaultMatchers
The default matchers.
- Since:
- 4.0.0
- Author:
- Jerome LELEU
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe "allowAjaxRequests" authorizer.static final StringThe "csrfToken" authorizer.static final Stringstatic final Stringstatic final StringThe "hsts" authorizer.static final StringThe "nocache" authorizer.static final StringThe "noframe" authorizer.static final Stringstatic final StringThe "nosniff" authorizer.static final Stringstatic final Stringstatic final StringThe "securityheaders" authorizer.static final StringThe "xssprotection" authorizer.
-
Field Details
-
HSTS
The "hsts" authorizer.- See Also:
-
NOSNIFF
The "nosniff" authorizer.- See Also:
-
NOFRAME
The "noframe" authorizer.- See Also:
-
SECURITYHEADERS
The "securityheaders" authorizer.- See Also:
-
XSSPROTECTION
The "xssprotection" authorizer.- See Also:
-
ALLOW_AJAX_REQUESTS
The "allowAjaxRequests" authorizer.- See Also:
-
NOCACHE
The "nocache" authorizer.- See Also:
-
CSRF_TOKEN
The "csrfToken" authorizer.- See Also:
-
GET
- See Also:
-
POST
- See Also:
-
PUT
- See Also:
-
DELETE
- See Also:
-
NONE
- See Also:
-