We are implementing a custom JAAS LoginModule using swing application as the client and WebLogic 11g as the server.
We have a requirement to re-login a user, but the logout method is never called and the old subject does not change in any case.
Is it possible to call the logout method from swing? The same way as request.getsession().invalidate() does for servlets?
Thanks,
Haviv