|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.engine.command.AbstractCommand jtge.engine.command.AbstractOrder jtge.engine.security.LoginOrder
Implements a login order.
This order must be sent from a client to a server expecting user identification as the first command upon connection.
Constructor Summary | |
LoginOrder(IUser user)
Create a login order. |
Method Summary | |
void |
execute(IContext context)
Execute the command. |
Methods inherited from class jtge.engine.command.AbstractOrder |
getUser, validate |
Methods inherited from class jtge.engine.command.AbstractCommand |
filter, sort |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jtge.engine.command.ICommand |
filter, sort, validate |
Constructor Detail |
public LoginOrder(IUser user)
user
- the user to log inMethod Detail |
public final void execute(IContext context)
execute
in interface ICommand
context
- the context in which to execute the command
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |