程序包 org.springframework.boot.autoconfigure.security.servlet
Auto-configuration for Servlet-based Spring Security.
接口概要 接口 说明 RequestMatcherProvider Interface that can be used to provide aRequestMatcherthat can be used with Spring Security.类概要 类 说明 JerseyRequestMatcherProvider RequestMatcherProviderthat provides anAntPathRequestMatcherthat can be used for Jersey applications.MvcRequestMatcherProvider RequestMatcherProviderthat provides anMvcRequestMatcherthat can be used for Spring MVC applications.PathRequest Factory that can be used to create aRequestMatcherfor commonly used paths.PathRequest.H2ConsoleRequestMatcher The request matcher used to match against h2 console path.SecurityAutoConfiguration Auto-configurationfor Spring Security.SecurityFilterAutoConfiguration Auto-configurationfor Spring Security's Filter.SecurityRequestMatcherProviderAutoConfiguration Auto-configuration forRequestMatcherProvider.SecurityRequestMatcherProviderAutoConfiguration.JerseyRequestMatcherConfiguration SecurityRequestMatcherProviderAutoConfiguration.MvcRequestMatcherConfiguration SpringBootWebSecurityConfiguration The default configuration for web security.StaticResourceRequest Used to create aRequestMatcherfor static resources in commonly used locations.StaticResourceRequest.StaticResourceRequestMatcher The request matcher used to match against resourceLocations.UserDetailsServiceAutoConfiguration Auto-configurationfor a Spring Security in-memoryAuthenticationManager.WebSecurityEnablerConfiguration If there is a bean of type WebSecurityConfigurerAdapter, this adds theEnableWebSecurityannotation.