Sean,

I have tried out the SecurityFilter web examples and they are working
just fine. 
I have started to integrate it into my project, but I am getting
compilation errors on the JBossRealmAdapter.java.
It can't seem to find AuthenticationManager, RealmManager,
SubjectSecurityManager. Just for some background info:
I am using JBuilder 8.0EE and I am using the JBoss 3.0.7 , Does that
have anything to do with the compilation errors? Do I need a later
version of JBoss?

Thanks,
Erez

-----Original Message-----
From: Erez Efrati [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 10, 2003 4:44 PM
To: 'Struts Users Mailing List'
Subject: RE: Login Form

Thanks a lot Sean, I will try it and let you know how it works.

Thanks for your great help,
Erez


-----Original Message-----
From: Sean Radford [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 10, 2003 12:28 PM
To: Struts Users Mailing List
Subject: RE: Login Form

Erez,

Things you need to do:

1. Get your EJB's installed and working with your JAAS plugin (or one of
the supplied JBoss ones). So standard J2EE settings in ejb-jar.xml, and
a standard jboss.xml (your security-domain in particular).

2. Create your web app as per the security filter instructions. That
means moving the security defintions that are normally in web.xml to the
securityfilter-config.xml file, and defining the Filter in web.xml. And
in jboss-web.xml you need to define the security-domain. Then you just
need to specify 'my' class as the realm in the
securityfilter-config.xml:

<realm className="com.aegeus.securityfilter.JBossRealmAdapter"></realm>

Hope that helps,

Sean
-- 
Dr. Sean Radford, MBBS, MSc
<[EMAIL PROTECTED]>
http://bladesys.demon.co.uk/
Blade Systems

On Thu, 2003-07-10 at 12:01, Erez Efrati wrote:
> Sean,
> 
> Thanks for the code. I have downloaded everything and I am about to
> start playing with it. But from reading still, I am a bit confused
here.
> 
> Is this code + SecurityFilter replaces the container security
> configuration of JBoss/Tomcat in ejb-jar.xml, web.xml, jboss.xml,
> jboss-web.xml ?
> 
> Thanks,
> Erez
> 
> -----Original Message-----
> From: Sean Radford [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, July 10, 2003 11:26 AM
> To: Struts Users Mailing List
> Subject: RE: Login Form
> 
> All,
> 
> Please find attached my securityfilter realm adaptor. The other code I
> was waiting for hasn't materialised, so I couldn't do any comparison -
> but it seems to work for me... Good luck, and any probs just shout.
> 
> And nope, I have know idea if the extra functionality is to be
resolved
> in the near future within an updated container specification. Any one
> know how we could 'force' the issue?
> 
> Regards,
> 
> Sean



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



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

Reply via email to