RE: Security Roles

2000-09-05 Thread Juan Pablo Lorandi
To impersonate a role, you must use the RoleManager of your app (java:comp/RoleManager) The orion api is the only known source of information on the Security Managers HTH, JP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 1:31 PM

RE: Security Roles

2000-09-05 Thread Arved Sandstrom
Hi, Alex Security roles themselves are part of the J2EE spec, as you're probably aware. Users and groups, or any other means of designating a security "principal", with a small "p", are not. So the server-dependent fun consists of mapping users groups to roles. This is where the user manager

Re: RE: Security Roles

2000-09-05 Thread alexchud
, September 6, 2000 3:28 am Subject: RE: Security Roles To impersonate a role, you must use the RoleManager of your app (java:comp/RoleManager) The orion api is the only known source of information on the Security Managers HTH, JP -Original Message- From: [EMAIL PROTECTED] [mailto