#include "CondCore/DBCommon/interface/DecodingKey.h"
#include "CondCore/DBCommon/interface/FileUtils.h"
#include "CondCore/DBCommon/interface/Exception.h"
#include "XMLAuthenticationService.h"
#include "CoralCommon/AuthenticationCredentials.h"
#include "CoralCommon/Cipher.h"
#include "RelationalAccess/AuthenticationServiceException.h"
#include "SealKernel/PropertyManager.h"
#include "SealKernel/MessageStream.h"
#include "xercesc/parsers/XercesDOMParser.hpp"
#include "xercesc/framework/MemBufInputSource.hpp"
#include "xercesc/dom/DOM.hpp"
#include "xercesc/sax/HandlerBase.hpp"
#include "xercesc/util/XMLString.hpp"
#include "xercesc/util/PlatformUtils.hpp"
#include <memory>
#include <cstdlib>
#include <fstream>
#include <sys/stat.h>
#include <fcntl.h>
#include <boost/filesystem.hpp>
Go to the source code of this file.
Namespaces | |
namespace | cond |
namespace | cond::XMLAuthenticationService |
Classes | |
class | cond::XMLAuthenticationService::CallbackForInputFileName |
Functions | |
static std::string | XML_AUTHENTICATION_FILE ("authentication.xml") |
static std::string XML_AUTHENTICATION_FILE | ( | "authentication.xml" | ) | [static] |