|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wso2.solutions.identity.relyingparty.openid.OpenIDConsumer
public class OpenIDConsumer
| Method Summary | |
|---|---|
protected void |
authRequest(OpenIDAuthenticationRequest request)
Authenticates the OpenID url. |
void |
doOpenIDAuthentication(OpenIDAuthenticationRequest request)
Authenticates the OpenID url. |
static OpenIDConsumer |
getInstance()
|
void |
setInfocardSessionAttributes(javax.servlet.http.HttpServletRequest request)
Populates session attributes |
void |
setSessionAttributes(javax.servlet.http.HttpServletRequest request)
Populates session attributes. |
org.openid4java.message.Message |
verifyOpenID(javax.servlet.http.HttpServletRequest request,
org.openid4java.message.ParameterList openidResp)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static OpenIDConsumer getInstance()
throws RelyingPartyException
RelyingPartyException
public void doOpenIDAuthentication(OpenIDAuthenticationRequest request)
throws RelyingPartyException
request - OpenID authentication request.
RelyingPartyException
public void setSessionAttributes(javax.servlet.http.HttpServletRequest request)
throws RelyingPartyException
request - HttpServletRequest
RelyingPartyException
public void setInfocardSessionAttributes(javax.servlet.http.HttpServletRequest request)
throws RelyingPartyException
request - HttpServletRequest
RelyingPartyException
public org.openid4java.message.Message verifyOpenID(javax.servlet.http.HttpServletRequest request,
org.openid4java.message.ParameterList openidResp)
throws org.openid4java.OpenIDException,
RelyingPartyException
request - openidResp -
org.openid4java.OpenIDException
RelyingPartyException
protected void authRequest(OpenIDAuthenticationRequest request)
throws RelyingPartyException
request - OpenID authentication request.
RelyingPartyException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||