Uses of Class
org.openid4java.message.AuthSuccess

Packages that use AuthSuccess
org.openid4java.consumer Provides functionality for OpenID-enabling Consumer (Relying Party) sites. 
org.openid4java.message   
org.openid4java.server Offers support for implementing an OpenID Provider server. 
 

Uses of AuthSuccess in org.openid4java.consumer
 

Methods in org.openid4java.consumer with parameters of type AuthSuccess
 boolean ConsumerManager.verifyNonce(AuthSuccess authResp, DiscoveryInformation discovered)
          Verifies the nonce in an authentication response.
 boolean ConsumerManager.verifyReturnTo(java.lang.String receivingUrl, AuthSuccess response)
          Verifies that the URL where the Consumer (Relying Party) received the authentication response matches the value of the "openid.return_to" parameter in the authentication response.
 

Uses of AuthSuccess in org.openid4java.message
 

Subclasses of AuthSuccess in org.openid4java.message
 class VerifyRequest
          VerifyRequest is a AuthSuccess with the openid.mode switched to check_authentication.
 

Methods in org.openid4java.message that return AuthSuccess
static AuthSuccess AuthSuccess.createAuthSuccess(ParameterList params)
           
static AuthSuccess AuthSuccess.createAuthSuccess(java.lang.String opEndpoint, java.lang.String claimedId, java.lang.String delegate, boolean compatibility, java.lang.String returnTo, java.lang.String nonce, java.lang.String invalidateHandle, Association assoc, boolean signNow)
           
 

Methods in org.openid4java.message with parameters of type AuthSuccess
static VerifyRequest VerifyRequest.createVerifyRequest(AuthSuccess authResp)
           
 

Constructors in org.openid4java.message with parameters of type AuthSuccess
VerifyRequest(AuthSuccess authResp)
           
 

Uses of AuthSuccess in org.openid4java.server
 

Methods in org.openid4java.server with parameters of type AuthSuccess
 void ServerManager.sign(AuthSuccess authSuccess)
          Signs an AuthSuccess message, using the association identified by the handle specified within the message.
 



Copyright © 2012 Sxip. All Rights Reserved.