[JBoss-user] [Security JAAS/JBoss] - Re: custom security interceptor

2005-07-29 Thread Michael Konietzka
colin_daly wrote : Hi,
  | 
  | 
  | i then created a small jar containing my custom interceptor, put it in 
$JBOSS_HOME/lib and added it to JBOSS_BOOT_CLASSPATH
  | 
  | 
  | I guess i've got some classloading issue or my approach is wrong because 
when i try to start jboss i get the following exception on every bean 
deployment. I would really like to get this working without having to build 
jboss from source with a hacked security interceptor so any help would be 
greatly appreciated.
  | 
  |  [..]
  | 
  | 

Well, try to put you classes in another directory.
For example, i have my own Interecptors in the same jar as my ejb and this is 
normally deployed. This works, if your ear is the only application,which uses 
this configuration.
So my interceptor classes are here: $JBOSS_HOME/server/$YOUR_SERVER/deploy/

My LoginModule and SecurityProxy are in $JBOSS_HOME/server/$YOUR_SERVER/lib/

HTH
 Michael



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3887232#3887232

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3887232


---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: custom security interceptor

2005-07-29 Thread colin_daly

Thanks Michael,

That worked a treat.
I should have tried the easy option first i guest :)

Colin.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3887281#3887281

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3887281


---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: custom security

2004-08-03 Thread [EMAIL PROTECTED]
What instance based security are you referring to? Interceptors are the basis for 
adding arbitary security checks and these may be standardized for ejb3.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3843949#3843949

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843949


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: custom security

2004-08-03 Thread sblanc1
Hello Scott,
I agree this can be done today but looks to me this is going to be part of the J2EE 
framework in the future. I'm referring to J2EE 3.7.2 Instance-based Access  Control 
in the following document:
java.sun.com/j2ee/j2ee-1_4-pfd2-spec.pdf
Sebastien.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3843987#3843987

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843987


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: custom security

2004-08-03 Thread [EMAIL PROTECTED]
Designing today for this empty statement is pointless:

anonymous wrote : 
  | J2EE.3.7.2 Instance-based Access Control
  | Some applications need to control access to their data based on the content of the
  | data, rather than simply the type of the data. We refer to this as 
instance-based
  | rather than class-based access control. We hope to address this in a future 
release.
  | 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3843993#3843993

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843993


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: custom security

2004-08-02 Thread sblanc1
Thanks for the answers Scott. about (3) I see that instance-based security has been 
rolled out of J2EE 1.4 specification but is beeing looked at for EJB3. does JBOSS have 
any plan for such support and do you know of any white paper I may look out ? I'm 
sligthly wondering about implementing some code that will get J2EE-obsolete in few 
years.
Sebastien.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3843918#3843918

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843918


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user