public class OpenID4JavaConsumer extends java.lang.Object implements OpenIDConsumer
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
OpenID4JavaConsumer() |
OpenID4JavaConsumer(AxFetchListFactory attributesToFetchFactory) |
OpenID4JavaConsumer(org.openid4java.consumer.ConsumerManager consumerManager,
AxFetchListFactory attributesToFetchFactory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
beginConsumption(javax.servlet.http.HttpServletRequest req,
java.lang.String identityUrl,
java.lang.String returnToUrl,
java.lang.String realm)
Given the request, the claimedIdentity, the return to url, and a realm, lookup the
openId authentication page the user should be redirected to.
|
OpenIDAuthenticationToken |
endConsumption(javax.servlet.http.HttpServletRequest request) |
public OpenID4JavaConsumer() throws org.openid4java.consumer.ConsumerException
org.openid4java.consumer.ConsumerException
public OpenID4JavaConsumer(AxFetchListFactory attributesToFetchFactory) throws org.openid4java.consumer.ConsumerException
org.openid4java.consumer.ConsumerException
public OpenID4JavaConsumer(org.openid4java.consumer.ConsumerManager consumerManager, AxFetchListFactory attributesToFetchFactory) throws org.openid4java.consumer.ConsumerException
org.openid4java.consumer.ConsumerException
public java.lang.String beginConsumption(javax.servlet.http.HttpServletRequest req, java.lang.String identityUrl, java.lang.String returnToUrl, java.lang.String realm) throws OpenIDConsumerException
OpenIDConsumer
beginConsumption
in interface OpenIDConsumer
req
- HttpServletRequestidentityUrl
- String URI the user presented during authenticationreturnToUrl
- String URI of the URL we want the user sent back to by the OPrealm
- URI pattern matching the realm we want the user to seeOpenIDConsumerException
- if anything bad happenspublic OpenIDAuthenticationToken endConsumption(javax.servlet.http.HttpServletRequest request) throws OpenIDConsumerException
endConsumption
in interface OpenIDConsumer
OpenIDConsumerException