Spring Security Framework

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

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

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