jtge.engine.security
Class LoginResult

java.lang.Object
  extended byjtge.engine.command.AbstractCommand
      extended byjtge.engine.command.AbstractResult
          extended byjtge.engine.security.LoginResult
All Implemented Interfaces:
ICommand, java.io.Serializable

public class LoginResult
extends AbstractResult

Implements a login result.

Version:
$Revision: 1.2 $ $Date: 2005/09/10 14:05:52 $
Author:
Mathieu Champlon
See Also:
Serialized Form

Constructor Summary
LoginResult(IUser user)
          Create a login result.
 
Method Summary
 void execute(IContext context)
          Execute the command.
 
Methods inherited from class jtge.engine.command.AbstractCommand
filter, sort, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginResult

public LoginResult(IUser user)
Create a login result.

Parameters:
user - the user logging in
Method Detail

execute

public final void execute(IContext context)
Execute the command.

Parameters:
context - the context in which to execute the command


Copyright © 2003-2005 . All Rights Reserved.