Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint.web |
Auto-configuration for the Actuator's web endpoints.
|
org.springframework.boot.actuate.autoconfigure.web.jersey |
Configuration for a Jersey-based management context.
|
org.springframework.boot.autoconfigure.security.servlet |
Auto-configuration for Servlet-based Spring Security.
|
Modifier and Type | Class and Description |
---|---|
static class |
ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
JerseyChildManagementContextConfiguration
@ManagementContextConfiguration for Jersey
infrastructure when a separate management context with a web server running on a
different port is required. |
class |
JerseySameManagementContextConfiguration
@ManagementContextConfiguration for Jersey
infrastructure when the management context is the same as the main application context. |
Modifier and Type | Class and Description |
---|---|
static class |
SecurityRequestMatcherProviderAutoConfiguration.JerseyRequestMatcherConfiguration |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.