Interface | Description |
---|---|
RequestMatcher | Deprecated
use
RequestMatcher |
ThrowableCauseExtractor |
Interface for handlers extracting the cause out of a specific
Throwable type. |
Class | Description |
---|---|
AntPathRequestMatcher | Deprecated |
AnyRequestMatcher | Deprecated
use org.springframework.security.web.util.matcher.AnyRequestMatcher.INSTANCE instead
|
ELRequestMatcher | Deprecated
Use org.springframework.security.web.util.matcher.ELRequestMatcher
|
IpAddressMatcher | Deprecated
use
IpAddressMatcher |
RedirectUrlBuilder |
Internal class for building redirect URLs.
|
RegexRequestMatcher | Deprecated |
RequestMatcherEditor | Deprecated |
TextEscapeUtils |
Internal utility for escaping characters in HTML strings.
|
ThrowableAnalyzer |
Handler for analyzing
Throwable instances. |
UrlUtils |
Provides static methods for composing URLs.
|
Should not depend on any other framework classes.