I was just reading through the "Authentication Framework" documents, so it
is fresh in my head :)
Have a look here :
http://cocoon.apache.org/2.1/developing/webapps/authentication.html#Using+a+
URI+as+the+authentication+resource

The "role" is part of the data that could be added to as the "login"
response.

You can use this info when authorizing (after the authentication comes the
authorization).

Hope this helps...

Elad



-----Ursprüngliche Nachricht-----
Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Jorg Heymans
Gesendet: Montag, 4. April 2005 16:28
An: users@cocoon.apache.org
Betreff: Re: Authentication and ROLES

This should be doable if you write your own authenticator. I don't know if
it's available off the shelve. Have a look at implementing the Authenticator
interface.

Jakub Kaniewski wrote:
> Is there possible to authenticate one pipeline, only when user have a 
> certain ROLE (ie. admin).
> 
> 
> 
> J.K.


---------------------------------------------------------------------
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