Package | Description |
---|---|
org.openid4java.discovery.yadis |
Modifier and Type | Method and Description |
---|---|
YadisResult |
YadisResolver.discover(java.lang.String url,
int maxRedirects,
HttpFetcher httpFetcher,
java.util.Set serviceTypes) |
YadisResult |
YadisResolver.discover(java.lang.String url,
int maxRedirects,
java.util.Set serviceTypes) |
private YadisResult |
YadisResolver.retrieveXrdsLocation(YadisUrl url,
boolean useGet,
int maxRedirects,
java.util.Set serviceTypes)
Tries to retrieve the XRDS location url by performing a cheap HEAD call
on the YadisURL.
|
Modifier and Type | Method and Description |
---|---|
private void |
YadisResolver.retrieveXrdsDocument(YadisResult result,
int maxRedirects,
java.util.Set serviceTypes)
Tries to retrieve the XRDS document via a GET call on XRDS location
provided in the result parameter.
|
Copyright 2006-2008 Sxip Identity Corporation