public static class HttpTransportProperties.Authenticator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BASIC |
static java.lang.String |
DIGEST |
static java.lang.String |
NTLM |
| Constructor and Description |
|---|
HttpTransportProperties.Authenticator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAuthSchemes() |
java.lang.String |
getDomain() |
java.lang.String |
getHost() |
java.lang.String |
getPassword() |
int |
getPort() |
boolean |
getPreemptiveAuthentication() |
java.lang.String |
getRealm() |
java.lang.String |
getUsername() |
boolean |
isAllowedRetry() |
void |
setAllowedRetry(boolean allowedRetry) |
void |
setAuthSchemes(java.util.List authSchemes) |
void |
setDomain(java.lang.String domain) |
void |
setHost(java.lang.String host) |
void |
setPassword(java.lang.String password) |
void |
setPort(int port) |
void |
setPreemptiveAuthentication(boolean preemptive) |
void |
setRealm(java.lang.String realm) |
void |
setUsername(java.lang.String username) |
public static final java.lang.String NTLM
public static final java.lang.String DIGEST
public static final java.lang.String BASIC
public HttpTransportProperties.Authenticator()
public java.lang.String getHost()
public void setHost(java.lang.String host)
public int getPort()
public void setPort(int port)
public java.lang.String getRealm()
public void setRealm(java.lang.String realm)
public java.lang.String getUsername()
public void setUsername(java.lang.String username)
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public void setPreemptiveAuthentication(boolean preemptive)
public boolean getPreemptiveAuthentication()
public java.lang.String getDomain()
public void setDomain(java.lang.String domain)
public void setAuthSchemes(java.util.List authSchemes)
public java.util.List getAuthSchemes()
public void setAllowedRetry(boolean allowedRetry)
public boolean isAllowedRetry()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.