About using a database instead of a flat XML file for user authentication by
the Cocoon authorization framework:
http://wiki.cocoondev.org/Wiki.jsp?page=HibernateAndTheAuthenticationFramewo
rk
The combination Hibernate plus Flowscript rocks.
Hugo
Hi Jin !
I use the cocoon 2.1dev. I think you should try it to check if some bug was
fix between our 2 versions by testing the 2.1 dev with your config. If I'm
not wrong, the authentication framework was split from the sunRise portal in
the 2.1dev with maybe some fixes.
I can't rep
hi there,
I am currently using the authentication framework in my Cocoon-2.1
.
How do i access the authentication context info like ID,role..in my
xsp
page.
I tried accessing the record using the getxml but i just got blanks in
them.
My test.xsp code looks like this
..
Hope we could find out the problem or solution.
brdgs,
j.w
From: "Olivier Billard" <[EMAIL PROTECTED]>
Reply-To: "Olivier Billard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>, "Olivier Billard" &l
ation date to now in all protected pages ?
Sorry if it is a dumb question... ! :)
- Original Message -
From: "Olivier Billard" <[EMAIL PROTECTED]>
To: "Cocoon Users" <[EMAIL PROTECTED]>
Sent: Wednesday, April 02, 2003 11:07 AM
Subject: Authentication
Hi all cocooners !
I'm working on using the authentication framework, base on the
authentication sample, in the Cocoon 2.1 CVS from yesterday.
I made :
build clean
build webapp
cocoon servlet
With an ooold Netscape (4.78) and IE 6, all works fine : protected area
access is first denied, and
gered by the authentication framework.
What a shame :-(
Writing a generator was my backup plan, so I guess I will go with it.
But I think it would be much more elegant if it would be possible
to supply a class instead of a pipeline. I suspect it would also be
much more efficient. After the generat
ipeline
> > which is then triggered by the authentication framework.
>
> What a shame :-(
>
> Writing a generator was my backup plan, so I guess I will go with it.
>
> But I think it would be much more elegant if it would be possible
> to supply a class instead of a pip
Carsten Ziegeler wrote:
The docs are a little bit out of date :)
So, actually it's not possible to *directly* use a class.
The only solution right now, is to write a custom
generator (= class) and put this in a sitemap pipeline
which is then triggered by the authentication framework.
What a
The docs are a little bit out of date :)
So, actually it's not possible to *directly* use a class.
The only solution right now, is to write a custom
generator (= class) and put this in a sitemap pipeline
which is then triggered by the authentication framework.
HTH
Carsten
> -Original
hi!
The documentation for the authentication framework for cocoon 2.0.5-dev
says I can use a java class as the authentication resource. Quote:
The authentication can be done by different components:
* A sitemap resource.
* A distant resource, e.g. requested via HTTP.
* A
Hi,
I am trying to use the sunrise actions for my authentication but unable to
pass parameters to my xsp.
My problems:
1. My authentication fails even though I supply the correct username and
password. The fail.xsp is being generated.
2. The reason is the parameters.getParameter is not fetching
Hello,
The authentication framework uses the SourceWritingTransformer to handle the
user management functions : newuser, deluser, changeuser, newrole,... This
transformer uses actually a FileSource as a writable source. I would like to
use a database or LDAP as a datastore. Is there any simple
I mean if the sunRise framework was really the prototype for the
authentication framework, this information should be in the authentication
framework doc. I was a little bit confused that C2 supports two frameworks
for the same purpose and apparently there is no relationship between them.
Senhaji
"Shall this information be in the authentication framework
documentation."
I'm not sure what you mean by that. If your referring to my saying you should use the
release version versus the scratchpad version... I'd take release version as
presumeably scratchpad development
Thank you Mark. Shall this information be in the authentication framework
documentation.
-Message d'origine-
De : [EMAIL PROTECTED] [mailto:Markdelanoy@;aol.com]
Envoyé : lundi 4 novembre 2002 18:15
À : [EMAIL PROTECTED]
Objet : Re: webapps Authentication framework vs su
sunrise I believe was the prototype, e.g. scratchpad, for the authentication
framework. You should probably not use it.
MD
-
Please check that your question has not already been answered in the
FAQ before posting. <h
Hi everybody,
Can someone explain what is the difference between the Webapps
authentication framework that comes with the auth-login, the auth-logout and
the auth-loggedIn actions and the sunRise' actions. Why there are two
authentication frameworks?
T
I posted this 14 hours ago, but nobody answer me. :(
Antonio Gallardo
El Lunes, 30 de Septiembre de 2002 14:40, Ugo Cei escribió:
> I just updated C2.1-dev from CVS, installed with build
> installscratchpadwar and I cannot find the authenitication framework
> anymore :(.
>
> http://localhost:808
I just updated C2.1-dev from CVS, installed with build
installscratchpadwar and I cannot find the authenitication framework
anymore :(.
http://localhost:8080/cocoon/samples/authentication/login
The org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode
notifies that org.apache.avalon
PROTECTED]
Subject: Re: Authentication framework (sunshine in 2.0.3) and modular
database actions
hi,
...sorry, no answer to your question! i'm having a similar problem, but i'm
still stuck at a lower level. i want to use the result ID of an
authentication by the sunrise framework
"Hugo Burm" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 17, 2002 8:36 PM
Subject: Authentication framework (sunshine in 2.0.3) and modular database
actions
> Hi,
>
> I am running 2.1 dev. I want to feed the result ID of an authentication by
&g
ope it can helps you.
Regards,
Antonio Gallardo.
El Martes, 17 de Septiembre de 2002 12:36, Hugo Burm escribió:
> Hi,
>
> I am running 2.1 dev. I want to feed the result ID of an authentication by
> the authentication framework, into a database query.
>
> I made my own
Hi,
I am running 2.1 dev. I want to feed the result ID of an authentication by
the authentication framework, into a database query.
I made my own subclass of the non-modular DataseSelectAction and by using
org.apache.cocoon.webapps.session.components.SessionManager, I could find
the
> -Original Message-
> From: apurva zaveri [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 05, 2002 6:12 PM
> To: [EMAIL PROTECTED]
> Subject: Redirect from sub-sitemap in authentication framework
>
>
> Redirect from an sub-sitemap to the login pa
Redirect from an sub-sitemap to the login page does
not seem to be working in authentication framework.
i.e
If you have a protected page in subsitemap.
The redirection in sub-sitemap (in case of not
authenticated) is not able to go to login page (in
sitemap
AIL PROTECTED]]
> Sent: Tuesday, August 20, 2002 6:37 PM
> To: [EMAIL PROTECTED]
> Subject: authentication framework and bea weblogic
>
>
> Hello,
>
> after trying out the Authentication Framework on Tomcat and everything
> worked fine,
>we now deployed on BEA
Hello,
after trying out the Authentication Framework on Tomcat and everything
worked fine,
we now deployed on BEA Weblogic 6.1 SP1 on Solaris.
There, we unfortunately get the following error message, where we
couldn´t find out
where the error is coming from.
We think that we get
I have tried to read through the Auth. documentation and understand how it
relates to the authentication mechanism of the J2EE specification.
I see that it supports roles and session context, but do not understand if
it is tied to the J2EE container's security.
For example when authenticated th
Stephan Michels wrote:
>
> On Tue, 9 Jul 2002 [EMAIL PROTECTED] wrote:
>
> > Hello Carsten,
> >
> > thanks again for your patch for the Authentication Framework.
> > I tried it out and now can access my error messages with the
> > temp session cont
On Tue, 9 Jul 2002 [EMAIL PROTECTED] wrote:
> Hello Carsten,
>
> thanks again for your patch for the Authentication Framework.
> I tried it out and now can access my error messages with the
> temp session context.
> On the other side - with the new LoginAction.java
Hello Carsten,
thanks again for your patch for the Authentication Framework.
I tried it out and now can access my error messages with the
temp session context.
On the other side - with the new LoginAction.java I was not able to login
anymore - the authentication always failed.
So, I
Hello,
I am trying out the authentication framework with Cocoon 2.1 dev.
Everything runs fine so far - I only have one problem:
If the login fails due to a wrong username I want to redirect the user to
the login page displaying an error message why the login failed.
In my authentication resource
In my example I redirect back to the login page with the login form and
want to display an error message there.
If I understand you right, then I would - instead of doing a redirect -
generate the
login page again - if login fails - and would then have access to the
temporary
session conte
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 04, 2002 11:21 AM
> To: [EMAIL PROTECTED]
> Subject: Antwort: RE: Authentication Framework
>
>
> Could a possible solution be to create a "Authent
Could a possible solution be to create a "Authentication Error" session
context,
which stores the Error xml and so can then be accessed?
miHam
-
Please check that your question has not already been answered in the
FAQ befo
Michael Hampel wrote:
>
> I am trying out the authentication framework with Cocoon 2.1 dev.
> Everything runs fine so far - I only have one problem:
>
> If the login fails due to a wrong username I want to redirect
> the user to
> the login page displaying an error
am trying out the authentication framework with Cocoon 2.1 dev.
Everything runs fine so far - I only have one problem:
If the login fails due to a wrong username I want to redirect the user to
38 matches
Mail list logo