jtge.engine.security
Interface IUserHandlerFactory

All Known Implementing Classes:
ValidationHandlerFactory

public interface IUserHandlerFactory

Defines a factory to retrieve the consumer associated to a given user.

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

Method Summary
 IConsumer create(IUser user)
          Retrieve the consumer associated to a given user.
 

Method Detail

create

public IConsumer create(IUser user)
Retrieve the consumer associated to a given user.

Parameters:
user - a user
Returns:
the user consumer


Copyright © 2003-2005 . All Rights Reserved.