public interface

RequestMatcher

org.springframework.security.web.util.RequestMatcher
Known Indirect Subclasses

Class Overview

Simple strategy to match an HttpServletRequest.

Summary

Public Methods
abstract boolean matches(HttpServletRequest request)
Decides whether the rule implemented by the strategy matches the supplied request.

Public Methods

public abstract 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