| Package | Description |
|---|---|
| org.springbyexample.httpclient | |
| org.springbyexample.httpclient.auth |
| Modifier and Type | Field and Description |
|---|---|
protected List<Credentials> |
AbstractHttpClientTemplate.lCredentials |
| Modifier and Type | Method and Description |
|---|---|
List<Credentials> |
AbstractHttpClientTemplate.getCredentials()
Gets HTTP authorization credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractHttpClientTemplate.setCredentials(List<Credentials> credentials)
Sets HTTP authorization credentials.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NTCredentials
NTLM Credentials bean used to create
org.apache.commons.httpclient.NTCredentials
and org.apache.commons.httpclient.auth.AuthScope. |
Copyright © 2008-2015 Spring by Example. All Rights Reserved.