com.googlecode.fascinator.portal.sso
Class OpenIDUser

java.lang.Object
  extended by com.googlecode.fascinator.common.authentication.GenericUser
      extended by com.googlecode.fascinator.portal.sso.OpenIDUser
All Implemented Interfaces:
User

public class OpenIDUser
extends GenericUser

A Google OpenID user object

Author:
Greg Pendlebury

Field Summary
 String email
          Email address
 String name
          Full name
 
Fields inherited from class com.googlecode.fascinator.common.authentication.GenericUser
authenticationSource, username
 
Constructor Summary
OpenIDUser()
           
 
Method Summary
 String realName()
          Retrieves how the user should be shown on-screen.
 
Methods inherited from class com.googlecode.fascinator.common.authentication.GenericUser
describeMetadata, get, getSource, getUsername, set, setSource, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
Full name


email

public String email
Email address

Constructor Detail

OpenIDUser

public OpenIDUser()
Method Detail

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-2014. All Rights Reserved.