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

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

Uses of OpenIDAttribute in org.springframework.security.openid
 

Methods in org.springframework.security.openid that return types with arguments of type OpenIDAttribute
 List<OpenIDAttribute> OpenIDAuthenticationToken.getAttributes()
           
 

Constructor parameters in org.springframework.security.openid with type arguments of type OpenIDAttribute
OpenID4JavaConsumer(org.openid4java.consumer.ConsumerManager consumerManager, List<OpenIDAttribute> attributes)
           
OpenID4JavaConsumer(List<OpenIDAttribute> attributes)
           
OpenIDAuthenticationToken(Object principal, Collection<GrantedAuthority> authorities, String identityUrl, List<OpenIDAttribute> attributes)
          Created by the OpenIDAuthenticationProvider on successful authentication.
OpenIDAuthenticationToken(OpenIDAuthenticationStatus status, String identityUrl, String message, List<OpenIDAttribute> attributes)
           
 



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