Package org.pac4j.core.matching.matcher
Class HttpMethodMatcher
java.lang.Object
org.pac4j.core.matching.matcher.HttpMethodMatcher
- All Implemented Interfaces:
Matcher
Matching on HTTP methods.
- Since:
- 1.9.3
- Author:
- Jerome Leleu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(WebContext context, SessionStore sessionStore) Check if the web context matches.voidsetMethods(Set<HttpConstants.HTTP_METHOD> methods) toString()
-
Constructor Details
-
HttpMethodMatcher
public HttpMethodMatcher() -
HttpMethodMatcher
-
-
Method Details
-
matches
Description copied from interface:MatcherCheck if the web context matches. -
getMethods
-
setMethods
-
toString
-