Hi ppl!! In my application i have certain users and these users can be grouped on various roles. So i was planning to use the method level security features of EJB (Weblogic 5.1). Further the application could have around 100 plus users. What i want should happen is: At the time of deploying the beans i should specify privileges for various methods according to the role (not a user). As i can add or delete user dynamically. Further the server is required to authenticate the user from a database table as the usernames and passwords would be stored in a database and not in the "weblogic.properties" file. By this i would be able to create new users dynamically without either redeploying or restarting the server. I would highly appreciate if i could get some ideas as how to go about this. I am using Weblogic 5.1. Would also highly appreciate if somebody could throw more light on the rdbmsRealm example in Weblogic. Ppl. please dont mind a weblogic question, but am resorting to this list as my last breath for life. TIA Pankaj =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
