|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use YadisException | |
|---|---|
| org.openid4java.discovery.yadis | |
| Uses of YadisException in org.openid4java.discovery.yadis |
|---|
| Methods in org.openid4java.discovery.yadis that throw YadisException | |
|---|---|
YadisResult |
YadisResolver.discover(java.lang.String url)
Performs Yadis discovery on the YadisURL. |
YadisResult |
YadisResolver.discover(java.lang.String url,
int maxRedirects)
Performs Yadis discovery on the YadisURL. |
private java.lang.String |
YadisResolver.getHtmlMeta(java.io.InputStream input)
Parses the HTML input stream and scans for the Yadis XRDS location in the HTML HEAD Meta tags. |
private void |
YadisResolver.getXrds(org.apache.commons.httpclient.HttpClient client,
YadisResult result,
boolean secondCall)
Tries to retrieve the XRDS document via a GET call on the provided URL. |
private void |
YadisResolver.headXrdsUrl(org.apache.commons.httpclient.HttpClient client,
YadisUrl url,
YadisResult result)
Tries to retrieve the XRDS location url by performing a cheap HEAD call on the YadisURL. |
private org.openxri.xml.XRDS |
YadisResolver.parseXrds(java.io.InputStream input)
Parses the input stream and build a XRDS document from it. |
void |
YadisResult.setXrdsLocation(java.lang.String xrdsLocation,
int onFailError)
Sets the Yadis Resource Descriptor (XRDS) location found during discovery. |
private static java.net.URL |
YadisUrl.urlFromString(java.lang.String urlString)
Constructs a URL object from a string; needed by the YadisURL(String) constructor |
| Constructors in org.openid4java.discovery.yadis that throw YadisException | |
|---|---|
YadisUrl(java.lang.String urlString)
Contructs a YadisURL from a string; assumes the string to be a URL-type identifier |
|
YadisUrl(java.net.URL urlId)
Constructs a YadisURL from a URL object; insures the schema is HTTP or HTTPS |
|
YadisUrl(org.openxri.XRI xriId)
Constructs a YadisURL from an XRI identifier. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||