Uses of Class
org.jboss.seam.security.external.openid.OpenIdService

Packages that use OpenIdService
org.jboss.seam.security.external.openid   
 

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

Methods in org.jboss.seam.security.external.openid that return OpenIdService
static OpenIdService OpenIdService.getByName(String name)
           
static OpenIdService OpenIdService.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OpenIdService[] OpenIdService.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.seam.security.external.openid with parameters of type OpenIdService
 String OpenIdRpBean.getServiceURL(OpenIdService service)
           
 String OpenIdProviderBean.getServiceURL(OpenIdService service)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.