|
Snapper 1.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.snapper.SnapperUser
This class provides a User object. There should only be one administrator logged in at a time, but if more than one does they will share the same User object.
Constructor Summary | |
SnapperUser(java.lang.String username)
Only create one instance. |
Method Summary | |
java.lang.String |
getName()
Returns the username of the user. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SnapperUser(java.lang.String username)
Method Detail |
public java.lang.String getName()
getName
in interface com.lutris.appserver.server.user.User
|
Snapper 1.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |