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

Packages that use OpenIdRequestedAttribute
org.jboss.seam.security.external   
org.jboss.seam.security.external.openid   
org.jboss.seam.security.external.openid.api   
org.jboss.seam.security.external.spi   
 

Uses of OpenIdRequestedAttribute in org.jboss.seam.security.external
 

Classes in org.jboss.seam.security.external that implement OpenIdRequestedAttribute
 class OpenIdRequestedAttributeImpl
           
 

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

Methods in org.jboss.seam.security.external.openid that return OpenIdRequestedAttribute
 OpenIdRequestedAttribute OpenIdRpBean.createOpenIdRequestedAttribute(String alias, String typeUri, boolean required, Integer count)
           
 

Methods in org.jboss.seam.security.external.openid that return types with arguments of type OpenIdRequestedAttribute
 List<OpenIdRequestedAttribute> OpenIdProviderRequest.getRequestedAttributes()
           
 

Method parameters in org.jboss.seam.security.external.openid with type arguments of type OpenIdRequestedAttribute
 void OpenIdRpBean.login(String identifier, List<OpenIdRequestedAttribute> attributes, HttpServletResponse response)
           
 void OpenIdRpAuthenticationService.sendAuthRequest(String openId, List<OpenIdRequestedAttribute> attributes, HttpServletResponse response)
           
 void OpenIdProviderRequest.setRequestedAttributes(List<OpenIdRequestedAttribute> requestedAttributes)
           
 

Uses of OpenIdRequestedAttribute in org.jboss.seam.security.external.openid.api
 

Methods in org.jboss.seam.security.external.openid.api that return OpenIdRequestedAttribute
 OpenIdRequestedAttribute OpenIdRelyingPartyApi.createOpenIdRequestedAttribute(String alias, String typeUri, boolean required, Integer count)
          Creates a request to fetch a certain attribute from the OpenID Provider.
 

Method parameters in org.jboss.seam.security.external.openid.api with type arguments of type OpenIdRequestedAttribute
 void OpenIdRelyingPartyApi.login(String identifier, List<OpenIdRequestedAttribute> attributes, HttpServletResponse response)
          Start an OpenID login dialogue.
 

Uses of OpenIdRequestedAttribute in org.jboss.seam.security.external.spi
 

Method parameters in org.jboss.seam.security.external.spi with type arguments of type OpenIdRequestedAttribute
 void OpenIdProviderSpi.fetchParameters(List<OpenIdRequestedAttribute> requestedAttributes, ResponseHolder responseHolder)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.