public static class HttpTransportProperties.Authenticator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BASIC |
static String |
DIGEST |
static String |
NTLM |
Constructor and Description |
---|
Authenticator() |
Modifier and Type | Method and Description |
---|---|
List |
getAuthSchemes() |
String |
getDomain() |
String |
getHost() |
String |
getPassword() |
int |
getPort() |
boolean |
getPreemptiveAuthentication() |
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) |
void |
setPort(int port) |
void |
setPreemptiveAuthentication(boolean preemptive) |
void |
setRealm(String realm) |
void |
setUsername(String username) |
public static final String NTLM
public static final String DIGEST
public static final String BASIC
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getRealm()
public void setRealm(String realm)
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–2015 The Apache Software Foundation. All rights reserved.