|
Spring Security Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OpenIDConsumer
An interface for OpenID library implementations
| Method Summary | |
|---|---|
String |
beginConsumption(HttpServletRequest req,
String identityUrl,
String returnToUrl)
Deprecated. Use beginConsumption(javax.servlet.http.HttpServletRequest, String, String, String) |
String |
beginConsumption(HttpServletRequest req,
String claimedIdentity,
String returnToUrl,
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(HttpServletRequest req)
|
| Method Detail |
|---|
String beginConsumption(HttpServletRequest req,
String identityUrl,
String returnToUrl)
throws OpenIDConsumerException
beginConsumption(javax.servlet.http.HttpServletRequest, String, String, String)
OpenIDConsumerException
String beginConsumption(HttpServletRequest req,
String claimedIdentity,
String returnToUrl,
String realm)
throws OpenIDConsumerException
req - HttpServletRequestclaimedIdentity - 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 see
OpenIDConsumerException - if anything bad happens
OpenIDAuthenticationToken endConsumption(HttpServletRequest req)
throws OpenIDConsumerException
OpenIDConsumerException
|
Spring Security Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||