|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.solutions.identity.relyingparty.openid.extensions.OpenIDAttributeExchange
public class OpenIDAttributeExchange
Constructor Summary | |
---|---|
OpenIDAttributeExchange()
Default constructor |
|
OpenIDAttributeExchange(org.openid4java.message.AuthSuccess authSuccess)
Constructed during building the response |
Method Summary | |
---|---|
protected java.lang.String |
getAlias(java.lang.String val)
This provides a mapping between http://schema.openid.net/ and http://axschema.org |
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 request attributes for OpenID attribute exchange |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenIDAttributeExchange()
public OpenIDAttributeExchange(org.openid4java.message.AuthSuccess authSuccess)
authSuccess
- An instance of AuthSuccessMethod Detail |
---|
public org.openid4java.message.MessageExtension getMessageExtension(OpenIDAuthenticationRequest request) throws RelyingPartyException
getMessageExtension
in interface OpenIDExtension
request
- OpenID authentication request
RelyingPartyException
public void setSessionAttributes(javax.servlet.http.HttpServletRequest request) throws RelyingPartyException
setSessionAttributes
in interface OpenIDExtension
request
- HttpServletRequest
RelyingPartyException
protected java.lang.String getAlias(java.lang.String val) throws RelyingPartyException
val
- schema name-space URL
RelyingPartyException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |