This content has been marked as final.
Show 1 reply
-
1. Re: custom secuity using UsernamePasswordLoginModule class
pearl81 Mar 29, 2004 2:11 AM (in response to sanjuthomas)since you already have your users and roles in the oracle database you're better off using the DatabaseLoginModule.
Also you can write custom login modules, or you can use security interceptors to further your programmatic security.