Re: [JBoss-user] Access control

2001-06-28 Thread danch (Dan Christopherson)
[EMAIL PROTECTED] wrote: > On Thu, Jun 28, 2001 at 03:47:30AM -0700, Konstantin Priblouda wrote: > >>>First, is there an easy explanation of the >>>difference between groups >>>and roles? >>> >>Role is an permission to do something. If I say, >>that role "admin" is required to call this method,

Re: [JBoss-user] Access control

2001-06-28 Thread Konstantin Priblouda
> I understood roles. Sorry for not being clear about > that. What I > didn't get was the significance of groups. The > document I read stated > that roles are on an application level while groups > are on an > application server level - I didn't quite see the > purpose of the > groups. I do no

Re: [JBoss-user] Access control

2001-06-28 Thread bcd
On Thu, Jun 28, 2001 at 03:47:30AM -0700, Konstantin Priblouda wrote: > > > First, is there an easy explanation of the > > difference between groups > > and roles? > > Role is an permission to do something. If I say, > that role "admin" is required to call this method, > only authenticated user

Re: [JBoss-user] Access control

2001-06-28 Thread bcd
On Thu, Jun 28, 2001 at 11:25:04AM +0100, Dan - Blue Lotus Software wrote: > Why not simply make a session bean with two methods...getRecord() and > getRecord(User user)...or something like that. > > The first method signature would only retrieve data for the currently logged > in user. The seco

Re: [JBoss-user] Access control

2001-06-28 Thread bcd
On Wed, Jun 27, 2001 at 09:25:56PM -0400, Allen fogleson wrote: > it would just be a mess if you had to have method permissions for separate > users, and not very dynamic at all. thats what roles are for. What I would have liked is a method in entity beans called checkAccess() that would be calle

RE: [JBoss-user] Access control

2001-06-28 Thread Konstantin Priblouda
> First, is there an easy explanation of the > difference between groups > and roles? Role is an permission to do something. If I say, that role "admin" is required to call this method, only authenticated user holding role "admin" will be allowed to proceed. > Secondly, it doesn't seem to he

RE: [JBoss-user] Access control

2001-06-28 Thread Dan - Blue Lotus Software
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 27, 2001 9:23 PM To: jboss Subject: [JBoss-user] Access control It appears as if J2EE's use of JAAS gives me some control over which users can use which me

Re: [JBoss-user] Access control

2001-06-27 Thread Allen fogleson
it would just be a mess if you had to have method permissions for separate users, and not very dynamic at all. thats what roles are for. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 8:48 PM Subject: Re: [JBoss-user] Ac

Re: [JBoss-user] Access control

2001-06-27 Thread bcd
On Wed, Jun 27, 2001 at 07:02:05PM -0400, Allen fogleson wrote: > fortunately yes. Why is this fortunate? Cheers Bent D -- Bent Dalager - [EMAIL PROTECTED] - http://www.pvv.org/~bcd powered by emacs __

Re: [JBoss-user] Access control

2001-06-27 Thread Allen fogleson
fortunately yes. Al - Original Message - From: <[EMAIL PROTECTED]> To: jboss <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 4:23 PM Subject: [JBoss-user] Access control > It appears as if J2EE's use of JAAS gives me some control over which > users c

[JBoss-user] Access control

2001-06-27 Thread bcd
It appears as if J2EE's use of JAAS gives me some control over which users can use which methods in which beans. However, I have a couple of concerns; First, is there an easy explanation of the difference between groups and roles? Secondly, it doesn't seem to help me in the generic problem of wa

Re: [JBoss-user] Access Control Problem

2001-05-08 Thread Scott M Stark
The server.policy is only for the JBoss server, not clients. - Original Message - From: "Michael Hustler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 1:22 PM Subject: RE: [JBoss-user] Access Control Problem > That helped - thank

RE: [JBoss-user] Access Control Problem

2001-05-08 Thread Michael Hustler
used? When running on NT, I don't remember having to define a .java.policy file. thanks in advance. m. -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 11:53 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Access Control Problem

Re: [JBoss-user] Access Control Problem

2001-05-08 Thread Scott M Stark
: "Jboss (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 10:20 AM Subject: [JBoss-user] Access Control Problem > Hi, I'm having problems with the access control during a get or set > Properties call. > My server.policy file looks like: > > grant { >

[JBoss-user] Access Control Problem

2001-05-08 Thread Michael Hustler
Hi, I'm having problems with the access control during a get or set Properties call. My server.policy file looks like: grant { // Allow everything for now permission java.security.AllPermission; }; But I don't think it is being read. Is there a way to verify this? The exception