Package | Description |
---|---|
ucar.httpservices |
Miscellaneous network utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<HTTPAuthStore.Entry> |
HTTPAuthStore.rows |
Modifier and Type | Method and Description |
---|---|
HTTPAuthStore.Entry |
HTTPAuthStore.remove(HTTPAuthStore.Entry entry) |
Modifier and Type | Method and Description |
---|---|
List<HTTPAuthStore.Entry> |
HTTPAuthStore.getAllRows()
Return all entries in the auth store
|
protected static List<HTTPAuthStore.Entry> |
HTTPAuthStore.getDeserializedEntries(ObjectInputStream ois) |
List<HTTPAuthStore.Entry> |
HTTPAuthStore.search(String principal,
org.apache.http.auth.AuthScope scope)
Search for all equivalent rows, then sort on the path.
|
Modifier and Type | Method and Description |
---|---|
int |
HTTPAuthStore.Entry.compareTo(HTTPAuthStore.Entry e2) |
org.apache.http.client.CredentialsProvider |
HTTPAuthStore.insert(HTTPAuthStore.Entry entry) |
HTTPAuthStore.Entry |
HTTPAuthStore.remove(HTTPAuthStore.Entry entry) |
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.