Re: [JBoss-user] JAAS login module classpath

2001-06-19 Thread Scott M Stark

This does not have a simple answer because of the need for JAAS to find
the login module via the classpath and the fact that your EJB classes
should not be on the classpath to avoid redeployment problems. Your going
to have to create a class loader to handle these issues.

- Original Message - 
From: "Matthew Baird" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 19, 2001 4:31 PM
Subject: [JBoss-user] JAAS login module classpath


> Hi,
> 
> Simple Question (I hope!)
> 
> If I write a JAAS login module that needs to use my application classes
> (because it looks up an EJB to do authentication against) how do I make
> those application classes available to the login module?
> 
> Scott Stark -> have you tried to do this before? As a simple example, write
> a session bean that does authentication and try to get it to work with the
> JAAS loginmodule.
> 
> Thanks,
> Matthew
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JAAS login module classpath

2001-06-19 Thread Matthew Baird

Hi,

Simple Question (I hope!)

If I write a JAAS login module that needs to use my application classes
(because it looks up an EJB to do authentication against) how do I make
those application classes available to the login module?

Scott Stark -> have you tried to do this before? As a simple example, write
a session bean that does authentication and try to get it to work with the
JAAS loginmodule.

Thanks,
Matthew


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user