| Package | Description |
|---|---|
| in.clouthink.daas.security.token.repackage.org.springframework.security.web.util.matcher | |
| in.clouthink.daas.security.token.support.web |
| Modifier and Type | Class and Description |
|---|---|
class |
AndRequestMatcher
RequestMatcher that will return true if all of the passed in
RequestMatcher instances match. |
class |
AntPathRequestMatcher
Matcher which compares a pre-defined ant-style pattern against the URL
(
servletPath + pathInfo) of an HttpServletRequest. |
class |
AnyRequestMatcher
Matches any supplied request.
|
class |
ELRequestMatcher
A RequestMatcher implementation which uses a SpEL expression
|
class |
IpAddressMatcher
Matches a request based on IP Address or subnet mask matching against the remote address.
|
class |
MediaTypeRequestMatcher
Allows matching
HttpServletRequest based upon the MediaType's
resolved from a ContentNegotiationStrategy. |
class |
NegatedRequestMatcher
A
RequestMatcher that will negate the RequestMatcher passed
in. |
class |
OrRequestMatcher
RequestMatcher that will return true if any of the passed in
RequestMatcher instances match. |
class |
RegexRequestMatcher
Uses a regular expression to decide whether a supplied the URL of a supplied
HttpServletRequest. |
class |
RequestHeaderRequestMatcher
A
RequestMatcher that can be used to match request that contain a
header with an expected header name and an expected value. |
| Modifier and Type | Field and Description |
|---|---|
static RequestMatcher |
AnyRequestMatcher.INSTANCE |
| Constructor and Description |
|---|
AndRequestMatcher(RequestMatcher... requestMatchers)
Creates a new instance
|
NegatedRequestMatcher(RequestMatcher requestMatcher)
Creates a new instance
|
OrRequestMatcher(RequestMatcher... requestMatchers)
Creates a new instance
|
| Constructor and Description |
|---|
AndRequestMatcher(List<RequestMatcher> requestMatchers)
Creates a new instance
|
OrRequestMatcher(List<RequestMatcher> requestMatchers)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
RequestMatcher |
TokenAuthenticationFilter.getUrlRequestMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationFilter.setExcludingUrlRequestMatcher(RequestMatcher excludingUrlRequestMatcher) |
void |
AuthenticationFilter.setIgnoredUrlRequestMatcher(RequestMatcher ignoredUrlRequestMatcher) |
void |
AuthorizationFilter.setIgnoredUrlRequestMatcher(RequestMatcher ignoredUrlRequestMatcher) |
void |
LoginEndpoint.setLoginRequestMatcher(RequestMatcher loginRequestMatcher) |
void |
LogoutEndpoint.setLogoutRequestMatcher(RequestMatcher logoutRequestMatcher) |
void |
AuthenticationFilter.setUrlRequestMatcher(RequestMatcher urlRequestMatcher) |
void |
TokenAuthenticationFilter.setUrlRequestMatcher(RequestMatcher urlRequestMatcher) |
void |
AuthorizationFilter.setUrlRequestMatcher(RequestMatcher urlRequestMatcher) |
| Constructor and Description |
|---|
AuthenticationFilter(RequestMatcher urlRequestMatcher) |
AuthorizationFilter(RequestMatcher urlRequestMatcher) |
LoginEndpoint(RequestMatcher loginRequestMatcher) |
LogoutEndpoint(RequestMatcher logoutRequestMatcher) |
TokenAuthenticationFilter(RequestMatcher urlRequestMatcher) |
Copyright © 2018. All rights reserved.