|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DiscoveryException | |
|---|---|
| org.openid4java.consumer | Provides functionality for OpenID-enabling Consumer (Relying Party) sites. |
| org.openid4java.discovery | |
| org.openid4java.discovery.html | |
| org.openid4java.discovery.xrds | |
| org.openid4java.discovery.xri | |
| org.openid4java.discovery.yadis | |
| Uses of DiscoveryException in org.openid4java.consumer |
|---|
| Methods in org.openid4java.consumer that throw DiscoveryException | |
|---|---|
List |
ConsumerManager.discover(String identifier)
Does discovery on an identifier. |
VerificationResult |
ConsumerManager.verify(String receivingUrl,
ParameterList response,
DiscoveryInformation discovered)
Performs verification on the Authentication Response (assertion) received from the OpenID Provider. |
| Uses of DiscoveryException in org.openid4java.discovery |
|---|
| Methods in org.openid4java.discovery that throw DiscoveryException | |
|---|---|
List |
Discovery.discover(Identifier identifier)
|
List |
Discovery.discover(String identifier)
|
static URL |
UrlIdentifier.normalize(String text)
|
static URL |
UrlIdentifier.normalize(String text,
boolean removeFragment)
|
Identifier |
Discovery.parseIdentifier(String identifier)
|
Identifier |
Discovery.parseIdentifier(String identifier,
boolean removeFragment)
|
static List |
Discovery.rpDiscovery(String realm,
YadisResolver yadisResolver)
Performs discovery on the Relying Party's realm and returns a list of OpenID 2.0 DiscoveryInformation entries. |
| Constructors in org.openid4java.discovery that throw DiscoveryException | |
|---|---|
DiscoveryInformation(URL opEndpoint)
|
|
DiscoveryInformation(URL opEndpoint,
Identifier claimedIdentifier)
|
|
DiscoveryInformation(URL opEndpoint,
Identifier claimedIdentifier,
String version)
|
|
DiscoveryInformation(URL opEndpoint,
Identifier claimedIdentifier,
String delegate,
String version)
|
|
DiscoveryInformation(URL opEndpoint,
Identifier claimedIdentifier,
String delegate,
String version,
Set types)
|
|
UrlIdentifier(String identifier)
|
|
UrlIdentifier(String identifier,
boolean removeFragment)
|
|
XriIdentifier(String identifier,
String iriNormalForm,
String uriNormalForm)
|
|
| Uses of DiscoveryException in org.openid4java.discovery.html |
|---|
| Methods in org.openid4java.discovery.html that throw DiscoveryException | |
|---|---|
List |
HtmlResolver.discoverHtml(UrlIdentifier identifier)
Performs HTML discovery on the supplied URL identifier. |
List |
HtmlResolver.discoverHtml(UrlIdentifier identifier,
HttpFetcher httpFetcher)
Performs HTML discovery on the supplied URL identifier. |
void |
CyberNekoDOMHtmlParser.parseHtml(String htmlData,
HtmlResult result)
|
void |
HtmlParser.parseHtml(String htmlData,
HtmlResult result)
Parses the HTML data and stores in the result the discovered openid information. |
void |
HtmlResult.setEndpoint1(String op1Endpoint)
|
void |
HtmlResult.setEndpoint2(String op2Endpoint)
|
| Uses of DiscoveryException in org.openid4java.discovery.xrds |
|---|
| Methods in org.openid4java.discovery.xrds that throw DiscoveryException | |
|---|---|
List |
XrdsParserImpl.parseXrds(String input,
Set targetTypes)
|
List |
XrdsParser.parseXrds(String input,
Set targetTypes)
Parses a XRDS document and extracts the relevant information for the specified service endpoint types. |
| Uses of DiscoveryException in org.openid4java.discovery.xri |
|---|
| Methods in org.openid4java.discovery.xri that throw DiscoveryException | |
|---|---|
List |
LocalXriResolver.discover(XriIdentifier xri)
|
List |
XriDotNetProxyResolver.discover(XriIdentifier xri)
|
List |
XriResolver.discover(XriIdentifier xri)
Performs OpenID discovery on the supplied XRI identifier. |
protected List |
LocalXriResolver.extractDiscoveryInformation(XRDS xrds,
XriIdentifier identifier,
Resolver xriResolver)
Extracts OpenID discovery endpoints from a XRDS discovery result for XRI identifiers. |
XriIdentifier |
LocalXriResolver.parseIdentifier(String identifier)
|
XriIdentifier |
XriDotNetProxyResolver.parseIdentifier(String identifier)
|
XriIdentifier |
XriResolver.parseIdentifier(String identifier)
|
| Uses of DiscoveryException in org.openid4java.discovery.yadis |
|---|
| Subclasses of DiscoveryException in org.openid4java.discovery.yadis | |
|---|---|
class |
YadisException
|
| Methods in org.openid4java.discovery.yadis that throw DiscoveryException | |
|---|---|
List |
YadisResolver.discover(String url)
Performs Yadis discovery on the YadisURL. |
List |
YadisResolver.discover(String url,
HttpFetcher httpFetcher)
Performs Yadis discovery on the YadisURL. |
List |
YadisResolver.discover(String url,
int maxRedirects)
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)
|
YadisResult |
YadisResolver.discover(String url,
int maxRedirects,
Set serviceTypes)
|
List |
YadisResolver.discoverRP(String url)
Performs Relyin Party discovery on the supplied URL. |
List |
YadisResult.getDiscoveredInformation(Set targetTypes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||