Uses of Class
org.openid4java.discovery.DiscoveryException

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.yadis   
org.openid4java.message   
 

Uses of DiscoveryException in org.openid4java.consumer
 

Methods in org.openid4java.consumer that throw DiscoveryException
 java.util.List ConsumerManager.discover(java.lang.String identifier)
          Does discover on an identifier.
 VerificationResult ConsumerManager.verify(java.lang.String receivingUrl, ParameterList response, DiscoveryInformation discovered)
          Performs verification on the Authentication Response (assertion) received from the OpenID Provider.
private  DiscoveryInformation ConsumerManager.verifyDiscovered(AuthSuccess authResp, DiscoveryInformation discovered)
          Verifies the dicovery information matches the data received in a authentication response from an OpenID Provider.
private  DiscoveryInformation ConsumerManager.verifyDiscovered1(AuthSuccess authResp, DiscoveryInformation discovered)
          Verifies the discovered information associated with a OpenID 1.x response.
private  DiscoveryInformation ConsumerManager.verifyDiscovered2(AuthSuccess authResp, DiscoveryInformation discovered)
          Verifies the discovered information associated with a OpenID 2.0 response.
private  VerificationResult ConsumerManager.verifySignature(AuthSuccess authResp, DiscoveryInformation discovered, VerificationResult result)
          Verifies the signature in a authentication response message.
 

Uses of DiscoveryException in org.openid4java.discovery
 

Methods in org.openid4java.discovery that throw DiscoveryException
 java.util.List Discovery.discover(Identifier identifier)
           
 java.util.List Discovery.discover(java.lang.String identifier)
           
private  java.util.List Discovery.extractDiscoveryInformation(HtmlResult htmlResult)
          Extracts OpenID discovery endpoints from a HTML discovery result.
protected static java.util.List Discovery.extractDiscoveryInformation(org.openxri.xml.XRDS xrds, Identifier identifier)
          Extracts OpenID discovery endpoints from a XRDS discovery result.
protected static java.util.List Discovery.extractDiscoveryInformation(org.openxri.xml.XRDS xrds, XriIdentifier identifier, org.openxri.resolve.Resolver xriResolver)
          Extracts OpenID discovery endpoints from a XRDS discovery result for XRI identifiers.
protected static java.util.List Discovery.extractRpDiscoveryInformation(org.openxri.xml.XRDS xrds)
           
static java.net.URL UrlIdentifier.normalize(java.lang.String text)
           
static java.net.URL UrlIdentifier.normalize(java.lang.String text, boolean removeFragment)
           
static Identifier Discovery.parseIdentifier(java.lang.String identifier)
           
static Identifier Discovery.parseIdentifier(java.lang.String identifier, boolean removeFragment)
           
static java.util.List Discovery.rpDiscovery(java.lang.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(java.net.URL opEndpoint)
           
DiscoveryInformation(java.net.URL opEndpoint, Identifier claimedIdentifier)
           
DiscoveryInformation(java.net.URL opEndpoint, Identifier claimedIdentifier, java.lang.String version)
           
DiscoveryInformation(java.net.URL opEndpoint, Identifier claimedIdentifier, java.lang.String delegate, java.lang.String version)
           
UrlIdentifier(java.lang.String identifier)
           
UrlIdentifier(java.lang.String identifier, boolean removeFragment)
           
XriIdentifier(java.lang.String identifier)
           
 

Uses of DiscoveryException in org.openid4java.discovery.html
 

Methods in org.openid4java.discovery.html that throw DiscoveryException
private  java.lang.String HtmlResolver.call(java.net.URL url, HtmlResult result)
          Performs a HTTP call on the provided URL identifier.
 HtmlResult HtmlResolver.discover(UrlIdentifier identifier)
          Performs HTML discovery on the supplied URL identifier.
private  void HtmlResolver.parseHtml(java.lang.String htmlData, HtmlResult result)
          Parses the HTML data and stores in the result the discovered openid information.
 void HtmlResult.setEndpoint1(java.lang.String op1Endpoint)
           
 void HtmlResult.setEndpoint2(java.lang.String op2Endpoint)
           
 

Uses of DiscoveryException in org.openid4java.discovery.yadis
 

Subclasses of DiscoveryException in org.openid4java.discovery.yadis
 class YadisException
           
 

Uses of DiscoveryException in org.openid4java.message
 

Methods in org.openid4java.message that throw DiscoveryException
 java.lang.String AuthSuccess.getIdentity()
           
 



Copyright 2006-2007 Sxip Identity Corporation