Uses of Package
org.springframework.boot.security.autoconfigure.web.servlet
Packages that use org.springframework.boot.security.autoconfigure.web.servlet
Package
Description
Auto-configuration for actuator security using Spring MVC.
Auto-configuration for Servlet-based Spring Security.
Auto-configuration for OAuth2 resource server web security.
Auto-configuration for OAuth2 resource server reactive web security.
-
Classes in org.springframework.boot.security.autoconfigure.web.servlet used by org.springframework.boot.security.autoconfigure.actuate.web.servletClassDescription
@Conditionalthat only matches when web security is available and the user has not defined their own configuration. -
Classes in org.springframework.boot.security.autoconfigure.web.servlet used by org.springframework.boot.security.autoconfigure.web.servletClassDescriptionThe request matcher used to match against h2 console path.Used to create a
RequestMatcherfor static resources in commonly used locations.The request matcher used to match against resourceLocations. -
Classes in org.springframework.boot.security.autoconfigure.web.servlet used by org.springframework.boot.security.oauth2.server.resource.autoconfigure.webClassDescription
@Conditionalthat only matches when web security is available and the user has not defined their own configuration. -
Classes in org.springframework.boot.security.autoconfigure.web.servlet used by org.springframework.boot.security.oauth2.server.resource.autoconfigure.web.reactiveClassDescription
@Conditionalthat only matches when web security is available and the user has not defined their own configuration.