public static class HTTPAuthStore.Entry extends Object implements Serializable, Comparable<HTTPAuthStore.Entry>
| Modifier and Type | Field and Description |
|---|---|
String |
principal |
org.apache.http.client.CredentialsProvider |
provider |
org.apache.http.auth.AuthScope |
scope |
| Constructor and Description |
|---|
HTTPAuthStore.Entry(String principal,
org.apache.http.auth.AuthScope scope,
org.apache.http.client.CredentialsProvider provider) |
public String principal
public org.apache.http.auth.AuthScope scope
public org.apache.http.client.CredentialsProvider provider
public HTTPAuthStore.Entry(String principal, org.apache.http.auth.AuthScope scope, org.apache.http.client.CredentialsProvider provider)
public int compareTo(HTTPAuthStore.Entry e2)
compareTo in interface Comparable<HTTPAuthStore.Entry>Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.