public static class HTTPAuthStore.Entry extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<HTTPAuthStore.Entry>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
principal |
org.apache.http.client.CredentialsProvider |
provider |
org.apache.http.auth.AuthScope |
scope |
| Constructor and Description |
|---|
Entry(java.lang.String principal,
org.apache.http.auth.AuthScope scope,
org.apache.http.client.CredentialsProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(HTTPAuthStore.Entry e2) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String principal
public org.apache.http.auth.AuthScope scope
public org.apache.http.client.CredentialsProvider provider
public Entry(java.lang.String principal,
org.apache.http.auth.AuthScope scope,
org.apache.http.client.CredentialsProvider provider)
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(HTTPAuthStore.Entry e2)
compareTo in interface java.lang.Comparable<HTTPAuthStore.Entry>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object