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.setPrivateAssociationStore(ConsumerAssociationStore associations)
          Configures a private association store for signing consumer nonces.
 

Constructors in org.openid4java.consumer that throw ConsumerException
SampleConsumer()
           
SampleConsumer(java.lang.String returnToUrl)
           
 



Copyright © 2011 Sxip. All Rights Reserved.