connec.setObject_store(TestConnection.objectStore);
connec.setWorkplace_display_url(TestConnection.displayURL);
connec.setObject_factory(TestConnection.objectFactory);
connec.setContent_engine_url(TestConnection.uri);
FileSession fs = (FileSession) connec.login();
FileAuthenticationManager fatm = (FileAuthenticationManager) fs.getAuthenticationManager();
// Check FileAuthenticationManager
SimpleAuthenticationIdentity fai = new SimpleAuthenticationIdentity(
TestConnection.username, TestConnection.password);
AuthenticationResponse ar = fatm.authenticate(fai);