Spring Security Framework

Uses of Interface
org.springframework.security.ui.openid.OpenIDConsumer

Packages that use OpenIDConsumer
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 OpenIDConsumer in org.springframework.security.ui.openid
 

Methods in org.springframework.security.ui.openid that return OpenIDConsumer
 OpenIDConsumer OpenIDAuthenticationProcessingFilter.getConsumer()
           
 

Methods in org.springframework.security.ui.openid with parameters of type OpenIDConsumer
 void OpenIDAuthenticationProcessingFilter.setConsumer(OpenIDConsumer consumer)
           
 

Uses of OpenIDConsumer in org.springframework.security.ui.openid.consumers
 

Classes in org.springframework.security.ui.openid.consumers that implement OpenIDConsumer
 class OpenID4JavaConsumer
           
 


Spring Security Framework

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