Class AnyRequestMatcher
java.lang.Object
org.springframework.security.web.util.matcher.AnyRequestMatcher
- All Implemented Interfaces:
 RequestMatcher
Matches any supplied request.
- Since:
 - 3.1
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.security.web.util.matcher.RequestMatcher
RequestMatcher.MatchResult - 
Field Summary
Fields - 
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.security.web.util.matcher.RequestMatcher
matcher 
- 
Field Details
- 
INSTANCE
 
 - 
 - 
Method Details
- 
matches
public boolean matches(jakarta.servlet.http.HttpServletRequest request) Description copied from interface:RequestMatcherDecides whether the rule implemented by the strategy matches the supplied request.- Specified by:
 matchesin interfaceRequestMatcher- Parameters:
 request- the request to check for a match- Returns:
 - true if the request matches, false otherwise
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -