Class HTTPAuthenticator

    • Constructor Detail

      • HTTPAuthenticator

        public HTTPAuthenticator()
    • Method Detail

      • getPort

        public abstract int getPort()
      • setPort

        public abstract void setPort​(int port)
      • getRealm

        public abstract String getRealm()
      • setRealm

        public abstract void setRealm​(String realm)
      • getAuthPolicyPref

        public abstract Object getAuthPolicyPref​(String schema)
      • getHost

        public String getHost()
      • setHost

        public void setHost​(String host)
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • setPreemptiveAuthentication

        public void setPreemptiveAuthentication​(boolean preemptive)
      • getPreemptiveAuthentication

        public boolean getPreemptiveAuthentication()
      • getDomain

        public String getDomain()
      • setDomain

        public void setDomain​(String domain)
      • setAuthSchemes

        public void setAuthSchemes​(List authSchemes)
      • getAuthSchemes

        public List getAuthSchemes()
      • setAllowedRetry

        public void setAllowedRetry​(boolean allowedRetry)
      • isAllowedRetry

        public boolean isAllowedRetry()