com.lutris.appserver.server.user
Interface User
- public interface User
User object interface.
User objects are compared in may places, equals
must
be work correctly for the particular implementation.
- Version:
- $Revision: 1.11.14.1 $
Method Summary |
java.lang.String |
getName()
Get user name associated with the object. |
getName
public 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.