You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jakub Kaniewski <jk...@egonet.pl> on 2005/04/04 16:18:46 UTC

Authentication and ROLES

Is there possible to authenticate one pipeline, only when user have a 
certain ROLE (ie. admin).



J.K.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


AW: Authentication and ROLES

Posted by Elad Messing <el...@gmail.com>.
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:news@sea.gmane.org] 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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Authentication and ROLES

Posted by Jorg Heymans <jh...@domek.be>.
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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org