jtge.engine.security
Interface ISecurityObserver


public interface ISecurityObserver

Defines callbacks related to user commands validation.

Version:
$Revision: 1.3 $ $Date: 2005/08/26 18:09:36 $
Author:
Mathieu Champlon

Method Summary
 void userMismatch(IUser user, ICommand command)
          A user has not the right to issue a command.
 

Method Detail

userMismatch

public void userMismatch(IUser user,
                         ICommand command)
A user has not the right to issue a command.

Parameters:
user - the user issuing the command
command - the command issued


Copyright © 2003-2005 . All Rights Reserved.