If you want to make the authentication against a SQL table, you
can also use a cocoon pipeline and in the pipeline the SQL transformer.
Have a look at the sample that does the authentication against an XML
file.

If you want to use a class, you have to implement the Authenticator
interface, which is a simple java interface with two methods: one
for trying to authenticate a user and one for login out the user.
Cocoon itself has an example for this: the PipelineAuthenticator.

HTH
Carsten

> -----Original Message-----
> From: beyaNet Consultancy [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 05, 2004 12:51 PM
> To: [EMAIL PROTECTED]
> Subject: Authentication Framework.... HELP
> 
> 
> hi,
> has anybody out there written an (Authentication Framework) 
> authenticator java class I could have a quick look at the code,  as i 
> am struggling to write one and need to get this project finished like 
> last week!
> 
> I need to construct a class as I need to make references against a user 
> table in postgresql.
> 
> many thanks in advance
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to