Package | Description |
---|---|
org.springframework.security.openid |
Modifier and Type | Method and Description |
---|---|
String |
OpenID4JavaConsumer.beginConsumption(javax.servlet.http.HttpServletRequest req,
String identityUrl,
String returnToUrl,
String realm) |
String |
OpenIDConsumer.beginConsumption(javax.servlet.http.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.
|
org.xaloon.core.api.security.external.AuthenticationToken |
OpenID4JavaConsumer.endConsumption(javax.servlet.http.HttpServletRequest request) |
org.xaloon.core.api.security.external.AuthenticationToken |
OpenIDConsumer.endConsumption(javax.servlet.http.HttpServletRequest req) |
Copyright © 2012 xaloon.org. All Rights Reserved.