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

Packages that use OpenIdPrincipal
org.jboss.seam.security.external   
org.jboss.seam.security.external.openid   
org.jboss.seam.security.external.spi   
 

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

Classes in org.jboss.seam.security.external that implement OpenIdPrincipal
 class OpenIdPrincipalImpl
           
 

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

Methods in org.jboss.seam.security.external.openid with parameters of type OpenIdPrincipal
 void OpenIdAuthenticator.success(OpenIdPrincipal principal)
           
 

Constructors in org.jboss.seam.security.external.openid with parameters of type OpenIdPrincipal
OpenIdUser(OpenIdPrincipal principal)
           
 

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

Methods in org.jboss.seam.security.external.spi with parameters of type OpenIdPrincipal
 void OpenIdRelyingPartySpi.loginSucceeded(OpenIdPrincipal principal, ResponseHolder responseHolder)
          This method is called after successful external authentication of the user.
 



Copyright © 2011 Seam Framework. All Rights Reserved.