On 10/18/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote: > > > > ... If security is enabled > > anyways and we are not talking about an embedded scenario you could > > consider taking the JAAS approach (i.e., joining the user based check > > with the code based one) or go with JAAS directly (probably makes more > > sense). > > > I use the UserAdmin to do what JAAS would do otherwise. > However, since I'm using OSGi, I left JAAS aside. > > Since this is not an embedded case, > Would you recommend using JAAS?
Well, it is only really convenient in case you are sure you always run with security enabled. This is not often the case so the UserAdmin is probably the more lightweight alternative. regards, Karl > Thanks, > Rodrigo > -- Karl Pauls [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

