4344454647484950
assertTrue(response.isValid()); } public void testBadSharedPassword() throws RepositoryException { manager.setSharedPassword("badPassword"); AuthenticationResponse response = manager.authenticate(identity); assertFalse(response.isValid()); }