org.wso2.solutions.identity.relyingparty.openid.extensions
Interface OpenIDExtension
- All Known Implementing Classes:
- OpenIDAttributeExchange, OpenIDPape, OpenIDSimpleReg
public interface OpenIDExtension
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