Package | Description |
---|---|
org.openid4java.discovery.html | |
org.openid4java.discovery.yadis | |
org.openid4java.util |
Modifier and Type | Method and Description |
---|---|
List |
HtmlResolver.discoverHtml(UrlIdentifier identifier,
HttpFetcher httpFetcher)
Performs HTML discovery on the supplied URL identifier.
|
Modifier and Type | Method and Description |
---|---|
HttpFetcher |
YadisResolver.getHttpFetcher() |
Modifier and Type | Method and Description |
---|---|
List |
YadisResolver.discover(String url,
HttpFetcher httpFetcher)
Performs Yadis discovery on the YadisURL.
|
List |
YadisResolver.discover(String url,
int maxRedirects,
HttpFetcher httpFetcher)
Performs Yadis discovery on the YadisURL.
|
YadisResult |
YadisResolver.discover(String url,
int maxRedirects,
HttpFetcher httpFetcher,
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 | Method and Description |
---|---|
HttpFetcher |
HttpFetcherFactory.createFetcher(HttpRequestOptions defaultOptions) |
Constructor and Description |
---|
HttpFetcherFactory(com.google.inject.Provider<HttpFetcher> provider) |
Copyright © 2016 Sxip. All rights reserved.