Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.security.servlet |
Auto-configuration for actuator security using Spring MVC.
|
org.springframework.boot.autoconfigure.security.servlet |
Auto-configuration for Servlet-based Spring Security.
|
Modifier and Type | Class and Description |
---|---|
static class |
EndpointRequest.EndpointRequestMatcher
The request matcher used to match against
actuator endpoints . |
static class |
EndpointRequest.LinksRequestMatcher
The request matcher used to match against the links endpoint.
|
Modifier and Type | Class and Description |
---|---|
static class |
PathRequest.H2ConsoleRequestMatcher
The request matcher used to match against h2 console path.
|
static class |
StaticResourceRequest.StaticResourceRequestMatcher
The request matcher used to match against resource
Locations . |