Uses of Class
org.openid4java.message.Message

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

Uses of Message in org.openid4java.consumer
 

Fields in org.openid4java.consumer declared as Message
private  Message VerificationResult._authResponse
          The authentication response received from the server.
 

Methods in org.openid4java.consumer that return Message
 Message VerificationResult.getAuthResponse()
          Gets the authentication response message received from the server.
 

Methods in org.openid4java.consumer with parameters of type Message
private  int ConsumerManager.call(java.lang.String url, Message request, ParameterList response)
          Makes a HTTP call to the specified URL with the parameters specified in the Message.
 void VerificationResult.setAuthResponse(Message authResponse)
          Sets the authentication response message received from the server.
 

Uses of Message in org.openid4java.infocard
 

Fields in org.openid4java.infocard declared as Message
private  Message OpenIDToken._openidMessage
          The encapsulated OpenID Message.
 

Methods in org.openid4java.infocard that return Message
 Message OpenIDToken.getOpenIDMessage()
          Gets the OpenID message contained in the OpenID token.
 

Methods in org.openid4java.infocard with parameters of type Message
 void OpenIDToken.setOpenIDMessage(Message openidMessage)
          Sets the OpenID Message to encapsulate into the token.
 

Constructors in org.openid4java.infocard with parameters of type Message
OpenIDToken(Message openidMessage)
          Constructs an OpenID token encapsulating the provided OpenID Message.
 

Uses of Message in org.openid4java.message
 

Subclasses of Message in org.openid4java.message
 class AssociationError
           
 class AssociationRequest
          The OpenID Association Request message.
 class AssociationResponse
          The OpenID Association Response message.
 class AuthFailure
           
 class AuthImmediateFailure
           
 class AuthRequest
           
 class AuthSuccess
           
 class DirectError
           
 class IndirectError
           
 class VerifyRequest
          VerifyRequest is a AuthSuccess with the openid.mode switched to check_authentication.
 class VerifyResponse
           
 

Methods in org.openid4java.message that return Message
static Message Message.createMessage()
           
static Message Message.createMessage(ParameterList params)
           
 

Uses of Message in org.openid4java.server
 

Methods in org.openid4java.server that return Message
 Message ServerManager.associationResponse(ParameterList requestParams)
          Processes a Association Request and returns a Association Response message, according to the request parameters and the preferences configured for the OpenID Provider
 Message ServerManager.authResponse(AuthRequest authReq, java.lang.String userSelId, java.lang.String userSelClaimed, boolean authenticatedAndApproved)
          Processes a Authentication Request received from a consumer site.
 Message ServerManager.authResponse(AuthRequest authReq, java.lang.String userSelId, java.lang.String userSelClaimed, boolean authenticatedAndApproved, boolean signNow)
          Processes a Authentication Request received from a consumer site.
 Message ServerManager.authResponse(AuthRequest auhtReq, java.lang.String userSelId, java.lang.String userSelClaimed, boolean authenticatedAndApproved, java.lang.String opEndpoint)
          Processes a Authentication Request received from a consumer site.
 Message ServerManager.authResponse(AuthRequest authReq, java.lang.String userSelId, java.lang.String userSelClaimed, boolean authenticatedAndApproved, java.lang.String opEndpoint, boolean signNow)
          Processes a Authentication Request received from a consumer site.
 Message ServerManager.authResponse(ParameterList requestParams, java.lang.String userSelId, java.lang.String userSelClaimed, boolean authenticatedAndApproved)
          Processes a Authentication Request received from a consumer site.
 Message ServerManager.authResponse(ParameterList requestParams, java.lang.String userSelId, java.lang.String userSelClaimed, boolean authenticatedAndApproved, boolean signNow)
          Processes a Authentication Request received from a consumer site.
 Message ServerManager.authResponse(ParameterList requestParams, java.lang.String userSelId, java.lang.String userSelClaimed, boolean authenticatedAndApproved, java.lang.String opEndpoint)
          Processes a Authentication Request received from a consumer site.
 Message ServerManager.authResponse(ParameterList requestParams, java.lang.String userSelId, java.lang.String userSelClaimed, boolean authenticatedAndApproved, java.lang.String opEndpoint, boolean signNow)
          Processes a Authentication Request received from a consumer site, after parsing the request parameters into a valid AuthRequest.
 Message ServerManager.verify(ParameterList requestParams)
          Responds to a verification request from the consumer.
 



Copyright 2006-2008 Sxip Identity Corporation