org.wso2.solutions.identity.relyingparty.openid.extensions
Interface OpenIDExtension

All Known Implementing Classes:
OpenIDAttributeExchange, OpenIDPape, OpenIDSimpleReg

public interface OpenIDExtension


Method Summary
 org.openid4java.message.MessageExtension getMessageExtension(OpenIDAuthenticationRequest request)
          Creates an instance of MessageExtension for the OpenID authentication request
 void setSessionAttributes(javax.servlet.http.HttpServletRequest request)
          Set session attributes with the received OpenID response
 

Method Detail

getMessageExtension

org.openid4java.message.MessageExtension getMessageExtension(OpenIDAuthenticationRequest request)
                                                             throws RelyingPartyException
Creates an instance of MessageExtension for the OpenID authentication request

Parameters:
request - OpenID authentication request
Returns:
An instance of MessageExtension
Throws:
RelyingPartyException

setSessionAttributes

void setSessionAttributes(javax.servlet.http.HttpServletRequest request)
                          throws RelyingPartyException
Set session attributes with the received OpenID response

Parameters:
request - HttpServletRequest
Throws:
RelyingPartyException