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

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

Uses of OpenIDAuthenticationToken in org.springframework.security.openid
 

Methods in org.springframework.security.openid that return OpenIDAuthenticationToken
 OpenIDAuthenticationToken OpenIDConsumer.endConsumption(HttpServletRequest req)
           
 OpenIDAuthenticationToken OpenID4JavaConsumer.endConsumption(HttpServletRequest request)
           
 

Methods in org.springframework.security.openid with parameters of type OpenIDAuthenticationToken
protected  Authentication OpenIDAuthenticationProvider.createSuccessfulAuthentication(UserDetails userDetails, OpenIDAuthenticationToken auth)
          Handles the creation of the final Authentication object which will be returned by the provider.
 



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