Package org.springframework.boot.actuate.autoconfigure.endpoint
package org.springframework.boot.actuate.autoconfigure.endpoint
Core classes for actuator endpoint auto-configuration.
-
ClassesClassDescription
Auto-configurationfor@Endpointsupport.EndpointAccessResolverthat resolves the permitted level of access to an endpoint using the following properties:management.endpoint.<id>.accessormanagement.endpoint.<id>.enabled(deprecated)management.endpoints.access.defaultormanagement.endpoints.enabled-by-default(deprecated) The resulting access is capped usingmanagement.endpoints.access.max-permitted.