QAuthenticator Class Reference |
QAuthenticator () | |
QAuthenticator ( const QAuthenticator & other ) | |
~QAuthenticator () | |
bool | isNull () const |
QString | password () const |
QString | realm () const |
void | setPassword ( const QString & password ) |
void | setUser ( const QString & user ) |
QString | user () const |
bool | operator!= ( const QAuthenticator & other ) const |
QAuthenticator & | operator= ( const QAuthenticator & other ) |
bool | operator== ( const QAuthenticator & other ) const |
The QAuthenticator class provides an authentication object.
The QAuthenticator class is usually used in the authenticationRequired() and proxyAuthenticationRequired() signals of QNetworkAccessManager and QAbstractSocket. The class provides a way to pass back the required authentication information to the socket when accessing services that require authentication.
QAuthenticator supports the following authentication methods:
Note that, in particular, NTLM version 2 is not supported.
See also QSslSocket.
Constructs an empty authentication object
Constructs a copy of other.
Destructs the object
returns true if the authenticator is null.
returns the password used for authentication.
See also setPassword().
returns the realm requiring authentication.
Sets the password used for authentication.
See also password().
Sets the user used for authentication.
See also user().
returns the user used for authentication.
See also setUser().
Returns true if this authenticator is different from other; otherwise returns false.
Assigns the contents of other to this authenticator.
Returns true if this authenticator is identical to other; otherwise returns false.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.6-snapshot | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com