Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QObexAuthenticationResponse class contains a received OBEX authentication response. More...
#include <QObexAuthenticationResponse>
The QObexAuthenticationResponse class contains a received OBEX authentication response.
This class is used in the QObexClientSession::authenticationResponse() and QObexServerSession::authenticationResponse() signals to pass on a OBEX authentication response that has been received by an OBEX client or server. The programmer can use user() and match() to determine whether the authentication details are correct.
See also QObexClientSession, QObexServerSession, and QObexAuthenticationChallenge.
Constructs an authentication response with the contents from other.
Destroys the response.
Returns whether password matches the password specified in the authentication response.
Returns the username specified in the authentication response.
Assigns the contents of other to this object and returns a reference to this response.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |