com.googlecode.fascinator.portal.sso
Class USQUser

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

public class USQUser
extends GenericUser

A USQ user object

Author:
Greg Pendlebury

Field Summary
 String fullName
          Full name
 String groups
          Groups
 
Constructor Summary
USQUser()
           
 
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

fullName

public String fullName
Full name


groups

public String groups
Groups

Constructor Detail

USQUser

public USQUser()
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-2013. All Rights Reserved.