Uses of Enum Class
org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
Packages that use ManagementPortType
Package
Description
Auto-configuration for actuator security using WebFlux.
Auto-configuration for actuator security using Spring MVC.
Actuator web server support.
-
Uses of ManagementPortType in org.springframework.boot.actuate.autoconfigure.security.reactive
Methods in org.springframework.boot.actuate.autoconfigure.security.reactive with parameters of type ManagementPortTypeModifier and TypeMethodDescriptionprotected boolean
EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher.ignoreApplicationContext
(ApplicationContext applicationContext, ManagementPortType managementPortType) -
Uses of ManagementPortType in org.springframework.boot.actuate.autoconfigure.security.servlet
Methods in org.springframework.boot.actuate.autoconfigure.security.servlet with parameters of type ManagementPortTypeModifier and TypeMethodDescriptionprotected boolean
EndpointRequest.AdditionalPathsEndpointRequestMatcher.ignoreApplicationContext
(WebApplicationContext applicationContext, ManagementPortType managementPortType) -
Uses of ManagementPortType in org.springframework.boot.actuate.autoconfigure.web.server
Methods in org.springframework.boot.actuate.autoconfigure.web.server that return ManagementPortTypeModifier and TypeMethodDescriptionstatic ManagementPortType
ManagementPortType.get
(Environment environment) Look at the given environment to determine if theManagementPortType
isDISABLED
,SAME
orDIFFERENT
.static ManagementPortType
Returns the enum constant of this class with the specified name.static ManagementPortType[]
ManagementPortType.values()
Returns an array containing the constants of this enum class, in the order they are declared.