From: Roberto Lo G. <rlo...@sm...> - 2007-11-15 23:06:54
I suddenly found the AuthenticationHandler interface refactored to an
event based naming style:
onLogin
onLogout
I agree with the naming schema but I suggest to apply it on the
AuthorizationHandler interface too and move the check() method to:
onExecute or onRequest
Any counter indication or suggestion?