Hi everybody,
I've developed a EJB3.0 Application; now I want to add security using JAAS.
The client is a rich Delphi application that comunicates with server via HTTP
througth a servelt. This servlet has this login JAAS code:
loginContext = new LoginContext("GTSPDB", new MyCallbackHand
I'm having a problem with Jboss and JAAS authentication.
I've created a PasswordLoginModule class which extends LoginModule, and a
CallbackHandler class which implements CallbackHandler. Both works fine.
My bean is very simple:
| @Stateless
| @Remote(SecurityBean.class)
| @DeclareRoles({