See: Description
| Interface | Description |
|---|---|
| SecurityPrerequisite |
Marker interface for beans that need to be initialized before any security
configuration is evaluated.
|
| Class | Description |
|---|---|
| AuthenticationManagerConfiguration |
Configuration for a Spring Security in-memory
AuthenticationManager. |
| Http401AuthenticationEntryPoint |
AuthenticationEntryPoint that sends a 401 and Parameterized by the value of the
WWW-Authenticate header. |
| SecurityAutoConfiguration |
Auto-configuration for Spring Security. |
| SecurityDataConfiguration |
Automatically adds Spring Security's integration with Spring Data.
|
| SecurityFilterAutoConfiguration |
Auto-configuration for Spring Security's Filter. |
| SecurityProperties |
Configuration properties for Spring Security.
|
| SecurityProperties.Filter | |
| SpringBootWebSecurityConfiguration |
The default configuration for web security.
|
| StaticResourceRequest |
Factory that can be used to create a
RequestMatcher for static resources in
commonly used locations. |
| StaticResourceRequest.StaticResourceRequestMatcher |
The request matcher used to match against resource
Locations. |
| WebSecurityEnablerConfiguration |
If there is a bean of type WebSecurityConfigurerAdapter, this adds the
@EnableWebSecurity annotation if it is not already specified. |
| Enum | Description |
|---|---|
| StaticResourceRequest.Location |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.