> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Michiel Meeuwissen
> 
> So, therefore I made the check-code public so it can also be 
> called from other Authentication implemetantions.
> 
> E.g. I have changed 'cloudcontext.Authenticate' so that it 
> can recognize the login method 'class' itself. It then calls 
> the code from ClassAuthenticationWrapper to check the 
> stacktrace and the configuration.

I don't like the idea of the wrapped class calling the wrapper's
methods. 
Why not let the wrapper handle all the authentication requests that
specify loginmethod "class", and forward all others to the wrapped
class? 

Rob van Maris


Reply via email to