See: Description
| Interface | Description |
|---|---|
| IgnoredRequestCustomizer |
Customizer that can be implemented by beans to configure paths that need to be ignored
by Spring Boot's default Spring Security configuration.
|
| 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. |
| AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener | |
| BootGlobalAuthenticationConfiguration |
GlobalAuthenticationConfigurerAdapter to trigger early initialization of
@EnableAutoConfiguration beans. |
| FallbackWebSecurityAutoConfiguration |
If the user explicitly disables the basic security features and forgets to
@EnableWebSecurity, and yet still wants a bean of type
WebSecurityConfigurerAdapter, he is trying to use a custom security setup. |
| 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 |
Properties for the security aspects of an application.
|
| SecurityProperties.Basic | |
| SecurityProperties.Headers | |
| SecurityProperties.User | |
| SpringBootWebSecurityConfiguration |
Configuration for security of a web application or service.
|
| SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter | |
| SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter |
| Enum | Description |
|---|---|
| SecurityAuthorizeMode |
Security authorization modes as specified in
SecurityProperties. |
| SecurityProperties.Headers.ContentSecurityPolicyMode | |
| SecurityProperties.Headers.HSTS |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.