Qt:Документация 4.3.2/qauthenticator

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

QAuthenticator Class Reference
[модуль QtNetwork ]

The QAuthenticator class provides an authentication object. Далее...

 #include <QAuthenticator>

Примечание: все функции в этом классе реентерабельны.

Класс был добавлен в Qt 4.3.

Открытые функции


Подробное описание

The QAuthenticator class provides an authentication object.

The QAuthenticator class is usually used in the authenticationRequired() and proxyAuthenticationRequired() signals of QHttp and QAbstractSocket. The class provides a way to pass back the required authentication information to the socket when accessing services that require authentication.

See also QSslSocket.


Описание функций-членов

QAuthenticator::QAuthenticator ()

Constructs an empty authentication object

QAuthenticator::QAuthenticator ( const QAuthenticator & other )

Создаёт копию other.

QAuthenticator::~QAuthenticator ()

Destructs the object

bool QAuthenticator::isNull () const

returns true if the authenticator is null.

QString QAuthenticator::password () const

returns the password used for authentication.

Смотрите также setPassword().

QString QAuthenticator::realm () const

returns the realm requiring authentication.

void QAuthenticator::setPassword ( const QString & password )

Sets the password used for authentication.

See also password().

void QAuthenticator::setUser ( const QString & user )

Sets the user used for authentication.

See also user().

QString QAuthenticator::user () const

returns the user used for authentication.

See also setUser().

bool QAuthenticator::operator!= ( const QAuthenticator & other ) const

Returns true if this authenticator is different from other; otherwise returns false.

QAuthenticator & QAuthenticator::operator= ( const QAuthenticator & other )

Assigns the contents of other to this authenticator.

bool QAuthenticator::operator== ( const QAuthenticator & other ) const

Returns true if this authenticator is identical to other; otherwise returns false.



Copyright © 2007 Trolltech Trademarks
Qt 4.3.2