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 . |
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. |
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 . |