Class com.ibm.ws.security.javaeesec.cdi.beans.FormAuthenticationMechanismTest
Tests
Test |
Duration |
Result |
testValidateRequestAuthReqFalseInvalidIdAndPWIdentityStoreHandler |
0.003s |
passed |
testValidateRequestAuthReqFalseInvalidIdAndPWNoIdentityStoreHandlerCallbackHandler |
0.004s |
passed |
testValidateRequestAuthReqFalseNoIdAndPWProtectedFalse |
0.004s |
passed |
testValidateRequestAuthReqFalseNoIdAndPWProtectedTrue |
0.004s |
passed |
testValidateRequestAuthReqFalseValidIdAndPWIdentityStoreHandler |
0.008s |
passed |
testValidateRequestAuthReqFalseValidIdAndPWNoIdentityStoreHandlerCallbackHandler |
0.004s |
passed |
testValidateRequestAuthReqFalseValidIdAndPWNoIdentityStoreHandlerNoUserRegisgtry |
0.004s |
passed |
testValidateRequestAuthReqTrueInvalidIdAndPWIdentityStoreHandler |
0.004s |
passed |
testValidateRequestAuthReqTrueInvalidIdAndPWNoIdentityStoreHandlerCallbackHandler |
0.005s |
passed |
testValidateRequestAuthReqTrueNoIdAndPW |
0.003s |
passed |
testValidateRequestAuthReqTrueValidIdAndPWIdentityStoreHandler |
0.008s |
passed |
testValidateRequestAuthReqTrueValidIdAndPWNoIdentityStoreHandlerCallbackHandler |
0.009s |
passed |
testValidateRequestAuthReqTrueValidIdAndPWNoIdentityStoreHandlerCallbackHandlerException |
0.005s |
passed |
testValidateRequestAuthReqTrueValidIdAndPWNoIdentityStoreHandlerNoCallbackHandler |
0.005s |
passed |
testValidateRequestNewAuthenticateBasicAuthCredSuccess |
0.004s |
passed |
testValidateRequestNewAuthenticateInvalidCredentialFailure |
0.004s |
passed |
testValidateRequestNewAuthenticateInvalidUsernamePasswordCredFailure |
0.004s |
passed |
testValidateRequestNewAuthenticateUsernamePasswordCredSuccess |
0.005s |
passed |
Standard output
SharedOutputManager captured the following:
-- System.out -------------------------------------------------
-- System.err -------------------------------------------------
-- Messages -------------------------------------------------
-- Trace -------------------------------------------------
Standard error
[ERROR ] CWWKS1933E: The password hash for the DatabaseIdentityStore attribute is not valid because the Pbkdf2PasswordHash.Algorithm configuration parameter has a value of PBKDF2WethHmacSHA512 that is not valid.
[ERROR ] CWWKS1933E: The password hash for the DatabaseIdentityStore attribute is not valid because the Pbkdf2PasswordHash.Iterations configuration parameter has a value of NotANumber that is not valid.
[ERROR ] CWWKS1933E: The password hash for the DatabaseIdentityStore attribute is not valid because the Pbkdf2PasswordHash.SaltSizeBytes configuration parameter has a value of NotANumber that is not valid.
[ERROR ] CWWKS1933E: The password hash for the DatabaseIdentityStore attribute is not valid because the Pbkdf2PasswordHash.KeySizeBytes configuration parameter has a value of NotANumber that is not valid.
[ERROR ] CWWKS1934E: The password hash for the DatabaseIdentityStore attribute is not valid because the 3 value of the Pbkdf2PasswordHash.Iterations configuration parameter is less than the minimum value of 1,024.
[ERROR ] CWWKS1934E: The password hash for the DatabaseIdentityStore attribute is not valid because the 5 value of the Pbkdf2PasswordHash.SaltSizeBytes configuration parameter is less than the minimum value of 16.
[ERROR ] CWWKS1934E: The password hash for the DatabaseIdentityStore attribute is not valid because the 8 value of the Pbkdf2PasswordHash.KeySizeBytes configuration parameter is less than the minimum value of 16.
[ERROR ] CWWKS1935E: The password hash from the database is not valid. The number of the elements 2 is not 4.
[ERROR ] CWWKS1935E: The password hash from the database is not valid. The hash algorithm invalid is not supported.
[ERROR ] CWWKS1935E: The password hash from the database is not valid. The iterations 8A32G is not a number.
[ERROR ] CWWKS1935E: The password hash from the database is not valid. The salt value is not encoded properly.
[ERROR ] CWWKS1935E: The password hash from the database is not valid. The hash value is not encoded properly.
[ERROR ] CWWKS1926E: The form login or custom form login HttpAuthenticationMechanism bean is not configured correctly. It is missing the LoginToContinue annotation.