Package | Description |
---|---|
org.springframework.security.openid |
Authenticates standard web browser users via 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.
|
OpenIDAuthenticationToken |
OpenID4JavaConsumer.endConsumption(javax.servlet.http.HttpServletRequest request) |
OpenIDAuthenticationToken |
OpenIDConsumer.endConsumption(javax.servlet.http.HttpServletRequest req) |
Copyright © 2019. All rights reserved.