|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jtge.engine.security.ValidationHandlerFactory
Implements a factory wrapping a consumer with a validation handler.
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 |
public ValidationHandlerFactory(IConsumer consumer)
consumer
- the next consumerMethod Detail |
public final IConsumer create(IUser user)
create
in interface IUserHandlerFactory
user
- a user
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |