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 |
---|
Entry(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(Object o) |
int |
hashCode() |
String |
toString() |
public String principal
public org.apache.http.auth.AuthScope scope
public org.apache.http.client.CredentialsProvider provider
public 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–2017 UCAR/Unidata. All rights reserved.