Class ZestHttpAuthentication


  • public class ZestHttpAuthentication
    extends ZestAuthentication
    The Class ZestHttpAuthentication.
    • Constructor Detail

      • ZestHttpAuthentication

        public ZestHttpAuthentication()
        Instantiates a new zest http authentication.
      • ZestHttpAuthentication

        public ZestHttpAuthentication​(String site,
                                      String realm,
                                      String username,
                                      String password)
        Instantiates a new zest http authentication.
        Parameters:
        site - the site
        realm - the realm
        username - the username
        password - the password
    • Method Detail

      • getSite

        public String getSite()
        Gets the site.
        Returns:
        the site
      • setSite

        public void setSite​(String site)
        Sets the site.
        Parameters:
        site - the new site
      • getRealm

        public String getRealm()
        Gets the realm.
        Returns:
        the realm
      • setRealm

        public void setRealm​(String realm)
        Sets the realm.
        Parameters:
        realm - the new realm
      • getUsername

        public String getUsername()
        Gets the username.
        Returns:
        the username
      • setUsername

        public void setUsername​(String username)
        Sets the username.
        Parameters:
        username - the new username
      • getPassword

        public String getPassword()
        Gets the password.
        Returns:
        the password
      • setPassword

        public void setPassword​(String password)
        Sets the password.
        Parameters:
        password - the new password