#include <KDSoapAuthentication.h>
KDSoapAuthentication provides an authentication object. Currently it only supports authentication based on user/password, but its design makes it extensible to other forms of authentication.
- See also
- KDSoapClientInterface::setAuthentication()
KDSoapAuthentication::KDSoapAuthentication |
( |
| ) |
|
Constructs an empty authentication object.
Constructs a copy of other
.
KDSoapAuthentication::~KDSoapAuthentication |
( |
| ) |
|
void KDSoapAuthentication::setUser |
( |
const QString & |
user | ) |
|
Sets the user
used for authentication
QString KDSoapAuthentication::user |
( |
| ) |
const |
- Returns
- the user used for authentication
void KDSoapAuthentication::setPassword |
( |
const QString & |
password | ) |
|
Sets the password
used for authentication
QString KDSoapAuthentication::password |
( |
| ) |
const |
- Returns
- the password used for authentication
bool KDSoapAuthentication::hasAuth |
( |
| ) |
const |
- Returns
true
if authentication was defined, or false
if this object is only a default-constructed KDSoapAuthentication().
Assigns the contents of other
to this authenticator.
The documentation for this class was generated from the following files: