org.jboss.seam.security.external.openid.providers
Class GoogleOpenIdProvider
java.lang.Object
org.jboss.seam.security.external.openid.providers.GoogleOpenIdProvider
- All Implemented Interfaces:
- OpenIdProvider
public class GoogleOpenIdProvider
- extends Object
- implements OpenIdProvider
Open ID provider for Google Accounts
- Author:
- Shane Bryzak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CODE
public static final String CODE
- See Also:
- Constant Field Values
GoogleOpenIdProvider
public GoogleOpenIdProvider()
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.