secretManager.setMasterKey(
response.getClientToAMTokenMasterKey().array());
applicationACLs = response.getApplicationACLs();
//tell the server what the ACLs are
rpcService.getServer().refreshServiceAcl(conf, new SliderAMPolicyProvider());
}
// extract container list
List<Container> liveContainers =
response.getContainersFromPreviousAttempts();