Uses of Class
org.springframework.security.openid.OpenIDConsumerException

Packages that use OpenIDConsumerException
org.springframework.security.openid Authenticates standard web browser users via OpenID
 

Uses of OpenIDConsumerException in org.springframework.security.openid
 

Methods in org.springframework.security.openid that throw OpenIDConsumerException
 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.
 String OpenID4JavaConsumer.beginConsumption(HttpServletRequest req, String identityUrl, String returnToUrl, String realm)
           
 OpenIDAuthenticationToken OpenIDConsumer.endConsumption(HttpServletRequest req)
           
 OpenIDAuthenticationToken OpenID4JavaConsumer.endConsumption(HttpServletRequest request)
           
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.