public abstract class HTTPAuthenticator extends Object
Constructor and Description |
---|
HTTPAuthenticator() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
getAuthPolicyPref(String schema) |
List |
getAuthSchemes() |
String |
getDomain() |
String |
getHost() |
String |
getPassword() |
abstract int |
getPort() |
boolean |
getPreemptiveAuthentication() |
abstract String |
getRealm() |
String |
getUsername() |
boolean |
isAllowedRetry() |
void |
setAllowedRetry(boolean allowedRetry) |
void |
setAuthSchemes(List authSchemes) |
void |
setDomain(String domain) |
void |
setHost(String host) |
void |
setPassword(String password) |
abstract void |
setPort(int port) |
void |
setPreemptiveAuthentication(boolean preemptive) |
abstract void |
setRealm(String realm) |
void |
setUsername(String username) |
public abstract int getPort()
public abstract void setPort(int port)
public abstract String getRealm()
public abstract void setRealm(String realm)
public String getHost()
public void setHost(String host)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public void setPreemptiveAuthentication(boolean preemptive)
public boolean getPreemptiveAuthentication()
public String getDomain()
public void setDomain(String domain)
public void setAuthSchemes(List authSchemes)
public List getAuthSchemes()
public void setAllowedRetry(boolean allowedRetry)
public boolean isAllowedRetry()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.