KD SOAP
|
#include <KDSoapServerAuthInterface.h>
Public Member Functions | |
KDSoapServerAuthInterface () | |
virtual | ~KDSoapServerAuthInterface () |
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.
KDSoapServerAuthInterface::KDSoapServerAuthInterface | ( | ) |
Constructor
|
virtual |
Destructor
|
virtual |
Return true if the authentication details are valid.