Uses of Interface
jtge.engine.user.IUser

Packages that use IUser
jtge.engine.command Command package.  
jtge.engine.security Security package. 
jtge.engine.user User package. 
 

Uses of IUser in jtge.engine.command
 

Methods in jtge.engine.command that return IUser
protected  IUser AbstractOrder.getUser()
          Retrieve the user issuing the order.
 

Methods in jtge.engine.command with parameters of type IUser
 boolean ICommand.validate(IUser user)
          Test user right.
 boolean Flow.validate(IUser user)
          Test user right.
 boolean AbstractOrder.validate(IUser user)
          Test user right.
 boolean AbstractCommand.validate(IUser user)
          Test user right.
 

Constructors in jtge.engine.command with parameters of type IUser
AbstractOrder(IUser user)
          Create an order.
 

Uses of IUser in jtge.engine.security
 

Methods in jtge.engine.security with parameters of type IUser
 IConsumer ValidationHandlerFactory.create(IUser user)
          Retrieve the consumer associated to a given user.
 void UserChannelManager.register(IInput input, IUser user)
          Register an input-user association.
 void UserChannelManager.unregister(IUser user)
          Unregister a user.
 void LoginObserver.login(IUser user, IConsumer consumer)
          Notify a user logging in.
 void LoginObserver.logout(IUser user)
          Notify a user logging out.
 void LoginHandler.login(IUser user)
          Notify a user logging in.
 void LoginHandler.logout(IUser user)
          Notify a user logging out.
 void IUserManager.register(IInput input, IUser user)
          Register an input-user association.
 void IUserManager.unregister(IUser user)
          Unregister a user.
 IConsumer IUserHandlerFactory.create(IUser user)
          Retrieve the consumer associated to a given user.
 void ISecurityObserver.userMismatch(IUser user, ICommand command)
          A user has not the right to issue a command.
 void ILoginView.login(IUser user)
          Notify a user logging in.
 void ILoginView.logout(IUser user)
          Notify a user logging out.
 void ILoginObserver.login(IUser user, IConsumer consumer)
          Notify a user logging in.
 void ILoginObserver.logout(IUser user)
          Notify a user logging out.
 

Constructors in jtge.engine.security with parameters of type IUser
ValidationHandler(IConsumer consumer, IUser user, ISecurityObserver observer)
          Create a validation handler.
ValidationHandler(IConsumer consumer, IUser user)
          Create a validation handler.
LogoutResult(IUser user)
          Create a logout result.
LoginResult(IUser user)
          Create a login result.
LoginOrder(IUser user)
          Create a login order.
 

Uses of IUser in jtge.engine.user
 

Classes in jtge.engine.user that implement IUser
 class Player
          Implements a player.
 

Methods in jtge.engine.user that return IUser
 IUser IUserFactory.create(java.lang.String name)
          Create a new user.
 



Copyright © 2003-2005 . All Rights Reserved.