Class RestCFG.Authorisation

  • Enclosing class:
    RestCFG

    public static class RestCFG.Authorisation
    extends Object
    Provides an Authorisation.
    • Constructor Detail

      • Authorisation

        public Authorisation()
    • Method Detail

      • getDomain

        public String getDomain()
        Return the domain name. This is part of NTLM Authorization credentials.
        Returns:
        the domain name which user login belongs to
      • setDomain

        public void setDomain​(String domain)
        Set the domain name. This is part of NTLM Authorization credentials.
        Parameters:
        domain - the domain name which user login belongs to
      • getPassword

        public String getPassword()
        Return the user login password.
        Returns:
        the user login password
      • setPassword

        public void setPassword​(String password)
        Set the user login password.
        Parameters:
        password - the user login password
      • getUserName

        public String getUserName()
        Return the user login name.
        Returns:
        the user login name
      • setUserName

        public void setUserName​(String userName)
        Set the user login name.
        Parameters:
        userName - the user login name
      • getWorkstation

        public String getWorkstation()
        Return the workstation computer name. This is part of NTLM Authorization credentials.
        Returns:
        the workstation computer name
      • setWorkstation

        public void setWorkstation​(String workstation)
        Set the workstation computer name. This is part of NTLM Authorization credentials.
        Parameters:
        workstation - the workstation computer name