See: Description
Interface | Description |
---|---|
RequestMatcherProvider |
Interface that can be used to provide a
RequestMatcher that can be used with
Spring Security. |
Class | Description |
---|---|
AntPathRequestMatcherProvider |
RequestMatcherProvider that provides an AntPathRequestMatcher . |
JerseyRequestMatcherProvider | Deprecated
since 2.1.8 in favor of
AntPathRequestMatcher |
PathRequest |
Factory that can be used to create a
RequestMatcher for commonly used paths. |
PathRequest.H2ConsoleRequestMatcher |
The request matcher used to match against h2 console path.
|
SecurityAutoConfiguration |
Auto-configuration for Spring Security. |
SecurityFilterAutoConfiguration |
Auto-configuration for Spring Security's Filter. |
SpringBootWebSecurityConfiguration |
The default configuration for web security.
|
StaticResourceRequest |
Used to create a
RequestMatcher for static resources in commonly used
locations. |
StaticResourceRequest.StaticResourceRequestMatcher |
The request matcher used to match against resource
Locations . |
UserDetailsServiceAutoConfiguration |
Auto-configuration for a Spring Security in-memory
AuthenticationManager . |
WebSecurityEnablerConfiguration |
If there is a bean of type WebSecurityConfigurerAdapter, this adds the
@EnableWebSecurity annotation. |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.