KD SOAP API Documentation  2.2
KDSoapServerAuthInterface.h
Go to the documentation of this file.
1 /****************************************************************************
2 **
3 ** This file is part of the KD Soap project.
4 **
5 ** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6 **
7 ** SPDX-License-Identifier: MIT
8 **
9 ****************************************************************************/
10 #ifndef KDSOAPSERVERAUTHINTERFACE_H
11 #define KDSOAPSERVERAUTHINTERFACE_H
12 
13 #include "KDSoapServerGlobal.h"
14 #include <QtCore/QObject>
16 class KDSoapServerSocket;
17 
30 {
31 public:
36 
39 
43  virtual ~KDSoapServerAuthInterface();
44 
48  virtual bool validateAuthentication(const KDSoapAuthentication &auth, const QString &path);
49 
50 private:
51  friend class KDSoapServerSocket;
52  bool handleHttpAuth(const QByteArray &authValue, const QString &path);
53  class Private;
54  Private *const d;
55 };
56 
57 QT_BEGIN_NAMESPACE
58 Q_DECLARE_INTERFACE(KDSoapServerAuthInterface, "com.kdab.KDSoap.ServerAuthInterface/1.0")
59 QT_END_NAMESPACE
60 
61 #endif /* KDSOAPSERVERAUTHINTERFACE_H */
#define KDSOAPSERVER_EXPORT
KDSoapServerAuthInterface(const KDSoapServerAuthInterface &other)=delete
KDSoapServerAuthInterface & operator=(const KDSoapServerAuthInterface &other)=delete

© 2010-2024 Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-soap/
Generated by doxygen 1.9.1