|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenIDConsumerException | |
---|---|
org.springframework.security.ui.openid | Authenticates standard web browser users via OpenID. |
org.springframework.security.ui.openid.consumers | Implementations of the OpenIDConsumer interface using 3rd party libraries. |
Uses of OpenIDConsumerException in org.springframework.security.ui.openid |
---|
Methods in org.springframework.security.ui.openid that throw OpenIDConsumerException | |
---|---|
String |
OpenIDConsumer.beginConsumption(HttpServletRequest req,
String identityUrl,
String returnToUrl)
Deprecated. Use OpenIDConsumer.beginConsumption(javax.servlet.http.HttpServletRequest, String, String, String) |
String |
OpenIDConsumer.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 |
OpenIDConsumer.endConsumption(HttpServletRequest req)
|
Uses of OpenIDConsumerException in org.springframework.security.ui.openid.consumers |
---|
Methods in org.springframework.security.ui.openid.consumers that throw OpenIDConsumerException | |
---|---|
String |
OpenID4JavaConsumer.beginConsumption(HttpServletRequest req,
String identityUrl,
String returnToUrl)
|
String |
OpenID4JavaConsumer.beginConsumption(HttpServletRequest req,
String identityUrl,
String returnToUrl,
String realm)
|
OpenIDAuthenticationToken |
OpenID4JavaConsumer.endConsumption(HttpServletRequest request)
|
|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |