| java.lang.Object | |
| ↳ | org.springframework.security.web.util.ELRequestMatcher |
A RequestMatcher implementation which uses a SpEL expression
With the default EvaluationContext (ELRequestMatcherContext) you can use
hasIpAdress() and hasHeader()
See DelegatingAuthenticationEntryPoint for an example configuration.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Subclasses can override this methode if they want to use a different EL root context
| |||||||||||
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
| |||||||||||
Subclasses can override this methode if they want to use a different EL root context
Decides whether the rule implemented by the strategy matches the supplied request.
| request | the request to check for a match |
|---|