public final class

AnyRequestMatcher

extends Object
implements RequestMatcher
java.lang.Object
   ↳ org.springframework.security.web.util.AnyRequestMatcher

Class Overview

Matches any supplied request.

Summary

Public Constructors
AnyRequestMatcher()
Public Methods
boolean equals(Object obj)
int hashCode()
boolean matches(HttpServletRequest request)
Decides whether the rule implemented by the strategy matches the supplied request.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.security.web.util.RequestMatcher

Public Constructors

public AnyRequestMatcher ()

Public Methods

public boolean equals (Object obj)

public int hashCode ()

public boolean matches (HttpServletRequest request)

Decides whether the rule implemented by the strategy matches the supplied request.

Parameters
request the request to check for a match
Returns
  • true if the request matches, false otherwise