Example usage for org.springframework.security.web.util.matcher RequestVariablesExtractor interface-usage

List of usage examples for org.springframework.security.web.util.matcher RequestVariablesExtractor interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.util.matcher RequestVariablesExtractor interface-usage.

Usage

From source file org.springframework.security.web.util.matcher.AntPathRequestMatcher.java

/**
 * Matcher which compares a pre-defined ant-style pattern against the URL (
 * {@code servletPath + pathInfo}) of an {@code HttpServletRequest}. The query string of
 * the URL is ignored and matching is case-insensitive or case-sensitive depending on the
 * arguments passed into the constructor.
 * <p>