|
||||||||||
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.OpenIDSimpleReg
public class OpenIDSimpleReg
Constructor Summary | |
---|---|
OpenIDSimpleReg()
Default constructor |
|
OpenIDSimpleReg(org.openid4java.message.AuthSuccess authSuccess)
Constructed during building the response |
Method Summary | |
---|---|
org.openid4java.message.MessageExtension |
getMessageExtension(OpenIDAuthenticationRequest request)
Creates an instance of MessageExtension for the OpenID authentication request |
protected void |
setDefaultRequestParams(org.openid4java.message.sreg.SRegRequest request)
If no attribute set by the user for simple registration request, by default we set all the attributes. |
void |
setSessionAttributes(javax.servlet.http.HttpServletRequest request)
Set request attributes for OpenID simple registration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenIDSimpleReg()
public OpenIDSimpleReg(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 void setDefaultRequestParams(org.openid4java.message.sreg.SRegRequest request)
request
- Simple registration request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |