KD SOAP API Documentation
2.1
src
KDSoapServer
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-2022 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>
15
class
KDSoapAuthentication
;
16
class
KDSoapServerSocket
;
17
29
class
KDSOAPSERVER_EXPORT
KDSoapServerAuthInterface
30
{
31
public
:
35
KDSoapServerAuthInterface
();
36
40
virtual
~
KDSoapServerAuthInterface
();
41
45
virtual
bool
validateAuthentication(
const
KDSoapAuthentication
&auth,
const
QString &path);
46
47
private
:
48
friend
class
KDSoapServerSocket
;
49
bool
handleHttpAuth(
const
QByteArray &authValue,
const
QString &path);
50
class
Private;
51
Private *
const
d;
52
};
53
54
QT_BEGIN_NAMESPACE
55
Q_DECLARE_INTERFACE(
KDSoapServerAuthInterface
,
"com.kdab.KDSoap.ServerAuthInterface/1.0"
)
56
QT_END_NAMESPACE
57
58
#endif
/* KDSOAPSERVERAUTHINTERFACE_H */
KDSoapServerGlobal.h
KDSOAPSERVER_EXPORT
#define KDSOAPSERVER_EXPORT
Definition:
KDSoapServerGlobal.h:22
KDSoapAuthentication
Definition:
KDSoapAuthentication.h:31
KDSoapServerAuthInterface
Definition:
KDSoapServerAuthInterface.h:30
KDSoapServerSocket
Definition:
KDSoapServerSocket_p.h:35
© 2010-2022 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 on Tue Jun 13 2023 12:18:34 for KD SOAP API Documentation by doxygen 1.9.1