public static class HTTPCachingProvider.Triple
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
org.apache.http.auth.Credentials |
creds |
java.lang.String |
principal |
org.apache.http.auth.AuthScope |
scope |
| Constructor and Description |
|---|
Triple(java.lang.String principal,
org.apache.http.auth.AuthScope scope,
org.apache.http.auth.Credentials creds) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public java.lang.String principal
public org.apache.http.auth.AuthScope scope
public org.apache.http.auth.Credentials creds