Class EventingFunctionUrlBinding


  • public class EventingFunctionUrlBinding
    extends Object
    Represents a URL binding of an eventing function.
    • Method Detail

      • hostname

        public String hostname()
        Returns the hostname for the URL binding.
      • alias

        public String alias()
        Returns the alias for the URL binding.
      • allowCookies

        public boolean allowCookies()
        Returns true if cookies should be allowed.
      • validateSslCertificate

        public boolean validateSslCertificate()
        Returns true if the TLS certificate should be validated.
      • auth

        public EventingFunctionUrlAuth auth()
        Returns the authentication mechanism configured, including no authentication.