com.googlecode.fascinator.portal.sso
Class OpenIDUser
java.lang.Object
com.googlecode.fascinator.common.authentication.GenericUser
com.googlecode.fascinator.portal.sso.OpenIDUser
- All Implemented Interfaces:
- User
public class OpenIDUser
- extends GenericUser
A Google OpenID user object
- Author:
- Greg Pendlebury
|
Method Summary |
String |
realName()
Retrieves how the user should be shown on-screen. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
- Full name
email
public String email
- Email address
OpenIDUser
public OpenIDUser()
realName
public String realName()
- Retrieves how the user should be shown on-screen.
- Specified by:
realName in interface User- Overrides:
realName in class GenericUser
- Returns:
- The value of the property
Copyright © 2009-2012. All Rights Reserved.