| Package | Description |
|---|---|
| org.openid4java.consumer |
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
|
| org.openid4java.discovery.html | |
| org.openid4java.discovery.xri | |
| org.openid4java.discovery.yadis | |
| org.openid4java.util |
| Modifier and Type | Field and Description |
|---|---|
private HttpFetcher |
ConsumerManager._httpFetcher
Direct pointer to HttpFetcher, for association and signature
verification requests.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) HttpFetcher |
ConsumerManager.getHttpFetcher() |
| Modifier and Type | Field and Description |
|---|---|
private HttpFetcher |
HtmlResolver._httpFetcher |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
HtmlResolver.discoverHtml(UrlIdentifier identifier,
HttpFetcher httpFetcher)
Performs HTML discovery on the supplied URL identifier.
|
| Modifier and Type | Field and Description |
|---|---|
private HttpFetcher |
XriDotNetProxyResolver._httpFetcher |
| Modifier and Type | Field and Description |
|---|---|
private HttpFetcher |
YadisResolver._httpFetcher |
| Modifier and Type | Method and Description |
|---|---|
HttpFetcher |
YadisResolver.getHttpFetcher() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
YadisResolver.discover(java.lang.String url,
HttpFetcher httpFetcher)
Performs Yadis discovery on the YadisURL.
|
java.util.List |
YadisResolver.discover(java.lang.String url,
int maxRedirects,
HttpFetcher httpFetcher)
Performs Yadis discovery on the YadisURL.
|
YadisResult |
YadisResolver.discover(java.lang.String url,
int maxRedirects,
HttpFetcher httpFetcher,
java.util.Set serviceTypes) |
| Constructor and Description |
|---|
YadisResolver(HttpFetcher httpFetcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpFetcher |
class |
HttpCache
Wrapper cache around HttpClient providing caching for HTTP requests.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.inject.Provider<HttpFetcher> |
HttpFetcherFactory._provider |
| Modifier and Type | Method and Description |
|---|---|
HttpFetcher |
HttpFetcherFactory.createFetcher(HttpRequestOptions defaultOptions) |
HttpFetcher |
HttpFetcherFactory.HttpCacheProvider.get() |
| Constructor and Description |
|---|
HttpFetcherFactory(com.google.inject.Provider<HttpFetcher> provider) |
Copyright 2006-2008 Sxip Identity Corporation