 |
- java.lang.Object
-
- org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<C>
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
matches
protected abstract boolean matches(HttpServletRequest request,
Supplier<C> context)
Decides whether the rule implemented by the strategy matches the supplied request.
- Parameters:
request - the source request
context - a supplier for the initialized context (may throw an exception)
- Returns:
- if the request matches
|
|