Uses of Enum Class
org.springframework.boot.actuate.endpoint.Access
Packages that use 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
Methods in org.springframework.boot.actuate.autoconfigure.endpoint that return AccessModifier and TypeMethodDescriptionPropertiesEndpointAccessResolver.accessFor
(EndpointId endpointId, Access defaultAccess) Methods in org.springframework.boot.actuate.autoconfigure.endpoint with parameters of type AccessModifier and TypeMethodDescriptionPropertiesEndpointAccessResolver.accessFor
(EndpointId endpointId, Access defaultAccess) -
Uses of Access in org.springframework.boot.actuate.endpoint
Subclasses with type arguments of type Access in org.springframework.boot.actuate.endpointModifier and TypeClassDescriptionenum
Permitted level of access to an endpoint and its operations.Methods in org.springframework.boot.actuate.endpoint that return AccessModifier 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.Methods in org.springframework.boot.actuate.endpoint with parameters of type AccessModifier 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.Constructors in org.springframework.boot.actuate.endpoint with parameters of type AccessModifierConstructorDescriptionAbstractExposableEndpoint
(EndpointId id, Access defaultAccess, Collection<? extends O> operations) Create a newAbstractExposableEndpoint
instance. -
Uses of Access in org.springframework.boot.actuate.endpoint.annotation
Methods in org.springframework.boot.actuate.endpoint.annotation with parameters of type AccessModifier and TypeMethodDescriptionprotected abstract E
EndpointDiscoverer.createEndpoint
(Object endpointBean, EndpointId id, Access defaultAccess, Collection<O> operations) Factory method called to create theendpoint
.Constructors in org.springframework.boot.actuate.endpoint.annotation with parameters of type AccessModifierConstructorDescriptionAbstractDiscoveredEndpoint
(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
Methods in org.springframework.boot.actuate.endpoint.jmx.annotation with parameters of type AccessModifier 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
Methods in org.springframework.boot.actuate.endpoint.web.annotation with parameters of type AccessModifier 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)