I want to add my own Authentication Manager to be used instead of DefaultAUthenticationManager.
I have found a response (below) on the mailing archive, but I require clarification.
In regards to the response, I have found the authentication.xroles in my cocoon (2.1.5) src distro, but how is this included in my cocoon.jar? as indicated in the response. Also how is it "pathed" into cocoon.roles ?
Is the initial response correct ?.
List: xml-cocoon-users
Subject: Re: Registering own Authentication Manager
From: Joerg Heinicke <joerg.heinicke () gmx ! de>
Date: 2004-04-13 20:42:10
Message-ID: <407C50A2.4010105 () gmx ! de>
On 13.04.2004 19:21, [EMAIL PROTECTED] wrote:
> Hi,
> where can I register my own Authentication Manager (Authentication FW) instead
> the default one? I searched for this particular configuration without any
> success in the files 'cocoon.xconf' and 'web.xml'
> Best regards,
> Mat
Probably in cocoon.roles?
http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/authentication-fw/conf/authent \
ication.xroles?rev=1.4&view=markup
is patched into
http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/java/org/apache/cocoon/cocoon.roles?r \
ev=1.14&view=markup
and ends in cocoon.jar.
Joerg
