Class WebBasicAuthentication


  • public final class WebBasicAuthentication
    extends WebLinkedServiceTypeProperties
    A WebLinkedService that uses basic authentication to communicate with an HTTP endpoint.
    • Constructor Detail

      • WebBasicAuthentication

        public WebBasicAuthentication()
    • Method Detail

      • username

        public Object username()
        Get the username property: User name for Basic authentication. Type: string (or Expression with resultType string).
        Returns:
        the username value.
      • withUsername

        public WebBasicAuthentication withUsername​(Object username)
        Set the username property: User name for Basic authentication. Type: string (or Expression with resultType string).
        Parameters:
        username - the username value to set.
        Returns:
        the WebBasicAuthentication object itself.
      • password

        public SecretBase password()
        Get the password property: The password for Basic authentication.
        Returns:
        the password value.
      • withPassword

        public WebBasicAuthentication withPassword​(SecretBase password)
        Set the password property: The password for Basic authentication.
        Parameters:
        password - the password value to set.
        Returns:
        the WebBasicAuthentication object itself.
      • withUrl

        public WebBasicAuthentication withUrl​(Object url)
        Set the url property: The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string).
        Overrides:
        withUrl in class WebLinkedServiceTypeProperties
        Parameters:
        url - the url value to set.
        Returns:
        the WebLinkedServiceTypeProperties object itself.