EAF 7.4 API

com.lutris.appserver.server.user
Interface User

All Superinterfaces:
java.io.Serializable

public interface User
extends java.io.Serializable

User object interface.

User objects are compared in may places, equals must be work correctly for the particular implementation.

Version:
$Revision: 1.1 $
Author:
Shawn McMurdo

Method Summary
 java.lang.String getName()
          Get user name associated with the object.
 

Method Detail

getName

java.lang.String getName()
Get user name associated with the object. The user name is assumed to be a unizue identifier for the user.

Returns:
the user name that uniquely identifies the user.

EAF 7.4 API