jtge.engine.security
Class ValidationHandlerFactory

java.lang.Object
  extended byjtge.engine.security.ValidationHandlerFactory
All Implemented Interfaces:
IUserHandlerFactory

public class ValidationHandlerFactory
extends java.lang.Object
implements IUserHandlerFactory

Implements a factory wrapping a consumer with a validation handler.

Version:
$Revision: 1.2 $ $Date: 2005/08/26 18:09:36 $
Author:
Mathieu Champlon
See Also:
ValidationHandler

Constructor Summary
ValidationHandlerFactory(IConsumer consumer)
          Create a user handler factory.
 
Method Summary
 IConsumer create(IUser user)
          Retrieve the consumer associated to a given user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationHandlerFactory

public ValidationHandlerFactory(IConsumer consumer)
Create a user handler factory.

Parameters:
consumer - the next consumer
Method Detail

create

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

Specified by:
create in interface IUserHandlerFactory
Parameters:
user - a user
Returns:
the user consumer


Copyright © 2003-2005 . All Rights Reserved.