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()
isRequestFirstName
public boolean isRequestFirstName()
setRequestFirstName
public void setRequestFirstName(boolean value)
isRequestLastName
public boolean isRequestLastName()
setRequestLastName
public void setRequestLastName(boolean value)
isRequestEmail
public boolean isRequestEmail()
setRequestEmail
public void setRequestEmail(boolean value)
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
requestAttributes
public void requestAttributes(OpenIdRelyingPartyApi openIdApi,
List<OpenIdRequestedAttribute> attributes)
- Specified by:
requestAttributes in interface OpenIdProvider
Copyright © 2011 Seam Framework. All Rights Reserved.