public class ELRequestMatcher extends java.lang.Object implements RequestMatcher
With the default EvaluationContext (ELRequestMatcherContext
) you can use
hasIpAdress()
and hasHeader()
See DelegatingAuthenticationEntryPoint
for an example configuration.
Constructor and Description |
---|
ELRequestMatcher(java.lang.String el) |
Modifier and Type | Method and Description |
---|---|
org.springframework.expression.EvaluationContext |
createELContext(javax.servlet.http.HttpServletRequest request)
Subclasses can override this methode if they want to use a different EL root
context
|
boolean |
matches(javax.servlet.http.HttpServletRequest request)
Decides whether the rule implemented by the strategy matches the supplied request.
|
public boolean matches(javax.servlet.http.HttpServletRequest request)
RequestMatcher
matches
in interface RequestMatcher
request
- the request to check for a matchpublic org.springframework.expression.EvaluationContext createELContext(javax.servlet.http.HttpServletRequest request)