Uses of Enum Class
org.springframework.boot.actuate.endpoint.Access
Package
Description
Core classes for actuator endpoint auto-configuration.
Endpoint support.
Annotation support for actuator endpoints.
Annotation support for actuator JMX endpoints.
Annotation support for actuator web endpoints.
-
Uses of Access in org.springframework.boot.actuate.autoconfigure.endpoint
Modifier and TypeMethodDescriptionPropertiesEndpointAccessResolver.accessFor
(EndpointId endpointId, Access defaultAccess) Modifier and TypeMethodDescriptionPropertiesEndpointAccessResolver.accessFor
(EndpointId endpointId, Access defaultAccess) -
Uses of Access in org.springframework.boot.actuate.endpoint
Modifier and TypeMethodDescriptionEndpointAccessResolver.accessFor
(EndpointId endpointId, Access defaultAccess) Resolves the permitted level of access for the endpoint with the givenendpointId
anddefaultAccess
.Cap access to a maximum permitted.AbstractExposableEndpoint.getDefaultAccess()
ExposableEndpoint.getDefaultAccess()
Returns the access to the endpoint that is permitted by default.static Access
Returns the enum constant of this class with the specified name.static Access[]
Access.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionEndpointAccessResolver.accessFor
(EndpointId endpointId, Access defaultAccess) Resolves the permitted level of access for the endpoint with the givenendpointId
anddefaultAccess
.Cap access to a maximum permitted.boolean
OperationFilter.match
(O operation, EndpointId endpointId, Access defaultAccess) Returntrue
if the filter matches.ModifierConstructorDescriptionAbstractExposableEndpoint
(EndpointId id, Access defaultAccess, Collection<? extends O> operations) Create a newAbstractExposableEndpoint
instance. -
Uses of Access in org.springframework.boot.actuate.endpoint.annotation
Modifier and TypeMethodDescriptionprotected abstract E
EndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, Access defaultAccess, Collection<O> operations) Factory method called to create theendpoint
.ModifierConstructorDescriptionAbstractDiscoveredEndpoint
(EndpointDiscoverer<?, ?> discoverer, Object endpointBean, EndpointId id, Access defaultAccess, Collection<? extends O> operations) Create a newAbstractDiscoveredEndpoint
instance. -
Uses of Access in org.springframework.boot.actuate.endpoint.jmx.annotation
Modifier and TypeMethodDescriptionprotected ExposableJmxEndpoint
JmxEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, Access defaultAccess, Collection<JmxOperation> operations) -
Uses of Access in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeMethodDescriptionprotected ExposableControllerEndpoint
ControllerEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, Access defaultAccess, Collection<Operation> operations) Deprecated, for removal: This API element is subject to removal in a future version.protected ExposableServletEndpoint
ServletEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, Access defaultAccess, Collection<Operation> operations) Deprecated, for removal: This API element is subject to removal in a future version.protected ExposableWebEndpoint
WebEndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, Access defaultAccess, Collection<WebOperation> operations)