jaas « websphere « Java Enterprise Q&A





1. Websphere 6.1 JAAS Logout    stackoverflow.com

I have an WebApplication on WAS 6.1 using JAAS already working. Authenticates and authorizes in a orderly manner. But my logout page is not deauthorizing the principal. This application works correctly ...

2. Custom LoginModule in Websphere 7    stackoverflow.com

I wrote a custom LoginModule which works just fine in JBoss, however, now I need to deploy it on Websphere 7 and I just can't find the appropriate way to register ...

3. Implementing Custom Login in Websphere 7    stackoverflow.com

What steps are needed to implement a custom login for Websphere 7? I have already implemented the LoginModule interface and placed the implementation in a JAR in the run-time's lib/ext ...

4. JAAS login from outside container always works (Kinda)?    stackoverflow.com

I'm trying to write a JUnit integration test to confirm that our authentication framework is working correctly but the test for login failure fails - a call to LoginContext.login() always works ...