org.jboss.seam.security.external.openid.providers
Class YahooOpenIdProvider

java.lang.Object
  extended by org.jboss.seam.security.external.openid.providers.YahooOpenIdProvider
All Implemented Interfaces:
OpenIdProvider

public class YahooOpenIdProvider
extends Object
implements OpenIdProvider

Open ID provider for Yahoo accounts

Author:
Shane Bryzak

Field Summary
static String CODE
           
 
Constructor Summary
YahooOpenIdProvider()
           
 
Method Summary
 String getCode()
           
 String getName()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODE

public static final String CODE
See Also:
Constant Field Values
Constructor Detail

YahooOpenIdProvider

public YahooOpenIdProvider()
Method Detail

getCode

public String getCode()
Specified by:
getCode in interface OpenIdProvider

getName

public String getName()
Specified by:
getName in interface OpenIdProvider

getUrl

public String getUrl()
Specified by:
getUrl in interface OpenIdProvider


Copyright © 2011 Seam Framework. All Rights Reserved.