Enum ActuatorEndpointProperties.EndpointAccessLevel

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ANONYMOUS
      Allow anonymous access to the endpoint.
      AUTHENTICATED
      Require authenticated access to the endpoint.
      AUTHORITY
      Require authenticated access to the endpoint along with an authority requirement.
      DENY
      Block access to the endpoint.
      IP_ADDRESS
      Require authenticated access to the endpoint using a collection of IP addresses.
      PERMIT
      Allow open access to the endpoint.
      ROLE
      Require authenticated access to the endpoint along with a role requirement.