Uses of Class
org.openid4java.discovery.DiscoveryInformation

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

Uses of DiscoveryInformation in org.openid4java.consumer
 

Methods in org.openid4java.consumer that return DiscoveryInformation
 DiscoveryInformation ConsumerManager.associate(java.util.List discoveries)
          Tries to establish an association with on of the service endpoints in the list of DiscoveryInformation.
 

Methods in org.openid4java.consumer with parameters of type DiscoveryInformation
 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.
 VerificationResult ConsumerManager.verify(java.lang.String receivingUrl, ParameterList response, DiscoveryInformation discovered)
          Performs verification on the Authentication Response (assertion) received from the OpenID Provider.
 boolean ConsumerManager.verifyNonce(AuthSuccess authResp, DiscoveryInformation discovered)
          Verifies the nonce in an authentication response.
 



Copyright © 2012 Sxip. All Rights Reserved.