Uses of Class
org.openid4java.consumer.ConsumerException

Packages that use ConsumerException
org.openid4java.consumer Provides functionality for OpenID-enabling Consumer (Relying Party) sites. 
 

Uses of ConsumerException in org.openid4java.consumer
 

Methods in org.openid4java.consumer that throw ConsumerException
 AuthRequest ConsumerManager.authenticate(DiscoveryInformation discovered, java.lang.String returnToUrl)
          Builds a authentication request message for the user specified in the discovery information provided as a parameter.
 AuthRequest ConsumerManager.authenticate(DiscoveryInformation discovered, java.lang.String returnToUrl, java.lang.String realm)
          Builds a authentication request message for the user specified in the discovery information provided as a parameter.
 AuthRequest ConsumerManager.authenticate(java.util.List discoveries, java.lang.String returnToUrl)
          Builds a authentication request message for the user specified in the discovery information provided as a parameter.
 AuthRequest ConsumerManager.authenticate(java.util.List discoveries, java.lang.String returnToUrl, java.lang.String realm)
          Builds a authentication request message for the user specified in the discovery information provided as a parameter.
 void ConsumerManager.setMaxAssocAttempts(int maxAssocAttempts)
          Maximum number of attempts (HTTP calls) the RP is willing to make for trying to establish an association with the OP.
 void ConsumerManager.setPrivateAssociation(Association assoc)
          Configures a private association for signing consumer nonces.
 

Constructors in org.openid4java.consumer that throw ConsumerException
ConsumerManager()
          Instantiates a ConsumerManager with default settings.
SampleConsumer()
           
 



Copyright 2006-2007 Sxip Identity Corporation