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
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 givenendpointIdanddefaultAccess.Cap access to a maximum permitted.AbstractExposableEndpoint.getDefaultAccess()ExposableEndpoint.getDefaultAccess()Returns the access to the endpoint that is permitted by default.static AccessReturns 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 givenendpointIdanddefaultAccess.Cap access to a maximum permitted.booleanOperationFilter.match(O operation, EndpointId endpointId, Access defaultAccess) Returntrueif 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 newAbstractExposableEndpointinstance. -
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 EEndpointDiscoverer.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 newAbstractDiscoveredEndpointinstance. -
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 ExposableJmxEndpointJmxEndpointDiscoverer.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 ExposableControllerEndpointControllerEndpointDiscoverer.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 ExposableServletEndpointServletEndpointDiscoverer.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 ExposableWebEndpointWebEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<WebOperation> operations)