Hi Carlo,

Look at BasicAuthenticator

true means its OK
false means something is wrong.

Peter


Am 21.11.2007 um 17:41 schrieb Carlo Politi:

Hi Peter,
I have implemented o.a.c.a.AuthenticatorBase but my question was related at knowing what happens when an authenticator exits and returns true and/or false... I suppose that if "true" means all ok and the user is authenticated but i wanted to be sure

----- Messaggio originale -----
Da: Peter Rossbach <[EMAIL PROTECTED]>
A: Tomcat Developers List <dev@tomcat.apache.org>
Inviato: Mercoledì 21 novembre 2007, 17:32:45
Oggetto: Re: Question about Life Cycle of Authenticator in Tomcat

Hi,

you can find the current implemenation at package
org.apache.catalina.authenticator.
You can implement you own auth strategie as a context Valve.

<Context>
    <Valve className="xx.yyy.zzz" />
</Context>

Your class must be  implement the o.a.c.Authenticator interface.
Please, look at o.a.c.a.AuthenticatorBase  base auth class.

Regards
Peter



Am 21.11.2007 um 13:59 schrieb Carlo Politi:

Good day, I'm doing a thesis about the creation of a new kind of
authenticator for Tomcat. I'd like to know which is the life cycle
of an authenticator, what happens when an authenticator returns
true or false, what kind of module invokes an authenticator. I hope
someone can helps me. Thanks




      ___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo!
Mail: http://it.docs.yahoo.com/nowyoucan.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







                
___________________________________
Yahoo! Messenger with Voice: chiama da PC a telefono a tariffe esclusive
http://it.messenger.yahoo.com

Reply via email to