Porting WebSphere code to get remote credentials to Tomcat
- by Glenn Lawrence
I have been asked to look into porting some code from a web app under IBM WAS 7 so that it will run under Tomcat 7.
This is part of a larger SPNEGO/Kerberos SSO system but for purposes of discussion I have distilled the code down to the following that shows the dependencies on the two WebSphere classes AccessController and WSSubject:
…