Package org.springframework.boot.actuate.autoconfigure.endpoint
package org.springframework.boot.actuate.autoconfigure.endpoint
Core classes for actuator endpoint auto-configuration.
-
ClassDescription
Auto-configuration
for@Endpoint
support.EndpointAccessResolver
that resolves the permitted level of access to an endpoint using the following properties:management.endpoint.<id>.access
ormanagement.endpoint.<id>.enabled
(deprecated)management.endpoints.access.default
ormanagement.endpoints.enabled-by-default
(deprecated) The resulting access is capped usingmanagement.endpoints.access.max-permitted
.