View results here ->
http://tck2.jboss.com/cc/?log=log20040425130600Lbuild.67
|
| No Tests Run |
| This project doesn't have any tests |
|
|
| |
|
| modified | starksm | testsuite/src/main/org/jboss/test/security/test/LoginModulesUnitTestCase.java | Add a test of the org.jboss.security.ClientLoginModule restore-login-identity option |
| modified | starksm | testsuite/src/resources/security/login-config.xml | Add the testClientLogin configuration |
| modified | starksm | security/src/main/org/jboss/security/ClientLoginModule.java | Add a restore-login-identity=[true|false] login module option.When restore-login-identity is true, the SecurityAssociation principaland credential seen on entry to the login() method are saved and restoredon either abort or logout. When false (the default), the abort and logoutsimply clear the SecurityAssociation. A restore-login-identity of true isneeded if one need to change identities and then restore the originalcaller identity. |