I need to get user password from javax.security.auth.Subject and set in session. I noted we can use SecurityHelper.getPasswordCredential().getPassword() for this. However its not available in jetspeed-security-2.2.1 version that i think is appropriate version to use with Jetspeed 2.2.1.
Is SecurityHelper moved some where else or is there other way to go. I could not find out. Thanks