![]() |
KD SOAP API Documentation 2.2
|
#include <KDSoapServerAuthInterface.h>
Public Member Functions | |
| KDSoapServerAuthInterface () | |
| KDSoapServerAuthInterface (const KDSoapServerAuthInterface &other)=delete | |
| virtual | ~KDSoapServerAuthInterface () |
| KDSoapServerAuthInterface & | operator= (const KDSoapServerAuthInterface &other)=delete |
| virtual bool | validateAuthentication (const KDSoapAuthentication &auth, const QString &path) |
Additional interface for handling authentication.
In addition to deriving from KDSoapServerObjectInterface, you can derive from KDSoapServerAuthInterface in order to handle HTTP authentication.
Use Q_INTERFACES(KDSoapServerAuthInterface) in your derived class (under Q_OBJECT) so that Qt can discover the additional inheritance.
Definition at line 29 of file KDSoapServerAuthInterface.h.
| KDSoapServerAuthInterface::KDSoapServerAuthInterface | ( | ) |
Constructor
Definition at line 14 of file KDSoapServerAuthInterface.cpp.
|
delete |
|
virtual |
Destructor
Definition at line 19 of file KDSoapServerAuthInterface.cpp.
|
delete |
|
virtual |
Return true if the authentication details are valid.
Definition at line 90 of file KDSoapServerAuthInterface.cpp.
© 2010-2024 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-soap/