[JBoss-user] Security Roles not accessible in beans?

2002-09-18 Thread Benoit Xhenseval
Hi We are using JBoss 2.4.4. with JAAS and the DatabaseUserLoginModule. In some part of the ejb code, we are using getContext().isCallerInRole(x) and everything works fine... Except in this case and we wonder if 1/ it is normal behaviour 2/ it is a bug 3/ if there is a workaround or

Re: [JBoss-user] Security Roles not accessible in beans?

2002-09-18 Thread Scott M Stark
Xhenseval [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 18, 2002 1:17 PM Subject: [JBoss-user] Security Roles not accessible in beans? Hi We are using JBoss 2.4.4. with JAAS and the DatabaseUserLoginModule. In some part of the ejb code, we are using getContext

[JBoss-user] security roles

2002-07-16 Thread Ionel Gardais
Hi, how to define that a role-name herits from another role so I don't need to cut'n'paste all method permissions. (ex : a user role and an admin role. I want the admin role to use the user role and to add some other permissions. Only the added permissions that differ from the user role will be

Re: [JBoss-user] security roles

2002-07-16 Thread Alex Loubyansky
Hello Ionel, you have, for example, UserRole and AdminRole. Each contains its own permission. Then when you want to give some person all that permissions you just assign the person these two roles. That's all. alex Tuesday, July 16, 2002, 10:56:33 AM, you wrote: IG Hi, IG how to define that

[JBoss-user] Security Roles

2001-07-02 Thread Devraj Mukherjee
Do we need security roles to Run an application Devraj ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Security Roles

2001-07-02 Thread Mukul Kumar
not necessarily. by default security authentication is specified as off . u need to make changes in your configuration files to enable it. -Original Message- From: Devraj Mukherjee [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 5:41 PM To: JBoss List Serve Subject: [JBoss-user

RE: [JBoss-user] :-| Security Roles

2001-06-01 Thread Lewis Henderson
, are there any security issues as to who can see what that I should know about? Lewis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott M Stark Sent: 01 June 2001 15:48 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] :-| Security Roles You cannot as part

RE: [JBoss-user] :-| Security Roles

2001-06-01 Thread Lewis Henderson
:-) Thanks for your time... Lewis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott M Stark Sent: 01 June 2001 16:43 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] :-| Security Roles The JBossSX chapter describes the security manager details