Uses of Class
org.openid4java.message.AssociationRequest

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

Uses of AssociationRequest in org.openid4java.consumer
 

Methods in org.openid4java.consumer that return AssociationRequest
private  AssociationRequest ConsumerManager.createAssociationRequest(AssociationSessionType type, java.net.URL opUrl)
          Constructs an Association Request message of the specified session and association type, taking into account the user preferences (encryption level, default Diffie-Hellman parameters).
 

Uses of AssociationRequest in org.openid4java.message
 

Methods in org.openid4java.message that return AssociationRequest
static AssociationRequest AssociationRequest.createAssociationRequest(AssociationSessionType type)
           
static AssociationRequest AssociationRequest.createAssociationRequest(AssociationSessionType type, DiffieHellmanSession dhSess)
           
static AssociationRequest AssociationRequest.createAssociationRequest(ParameterList params)
           
 

Methods in org.openid4java.message with parameters of type AssociationRequest
static AssociationResponse AssociationResponse.createAssociationResponse(AssociationRequest assocReq, Association assoc)
           
 

Constructors in org.openid4java.message with parameters of type AssociationRequest
AssociationResponse(AssociationRequest assocReq, Association assoc)
          Constructs an AssociationResponse for a given association request.
 



Copyright 2006-2008 Sxip Identity Corporation