Uses of Interface
org.jboss.seam.security.external.openid.api.OpenIdRelyingPartyApi

Packages that use OpenIdRelyingPartyApi
org.jboss.seam.security.external.openid   
org.jboss.seam.security.external.openid.providers   
 

Uses of OpenIdRelyingPartyApi in org.jboss.seam.security.external.openid
 

Subinterfaces of OpenIdRelyingPartyApi in org.jboss.seam.security.external.openid
 interface OpenIdRpBeanApi
           
 

Classes in org.jboss.seam.security.external.openid that implement OpenIdRelyingPartyApi
 class OpenIdRpBean
           
 

Uses of OpenIdRelyingPartyApi in org.jboss.seam.security.external.openid.providers
 

Methods in org.jboss.seam.security.external.openid.providers with parameters of type OpenIdRelyingPartyApi
 void OpenIdProvider.requestAttributes(OpenIdRelyingPartyApi openIdApi, List<OpenIdRequestedAttribute> attributes)
           
 void StackExchangeOpenIdProvider.requestAttributes(OpenIdRelyingPartyApi openIdApi, List<OpenIdRequestedAttribute> attributes)
           
 void GoogleOpenIdProvider.requestAttributes(OpenIdRelyingPartyApi openIdApi, List<OpenIdRequestedAttribute> attributes)
           
 void CustomOpenIdProvider.requestAttributes(OpenIdRelyingPartyApi openIdApi, List<OpenIdRequestedAttribute> attributes)
           
 void YahooOpenIdProvider.requestAttributes(OpenIdRelyingPartyApi openIdApi, List<OpenIdRequestedAttribute> attributes)
           
 void MyOpenIdProvider.requestAttributes(OpenIdRelyingPartyApi openIdApi, List<OpenIdRequestedAttribute> attributes)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.