Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Custom JAAS LoginModule - logout issue

1107811Jul 26 2016 — edited Jul 26 2016

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

Comments
Post Details
Added on Jul 26 2016
0 comments
377 views