Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 1920

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<class name="QAuthenticator" doc="/**
&lt;p&gt;The &lt;a href=&quot;QAuthenticator.html#QAuthenticator()&quot;&gt;&lt;tt&gt;QAuthenticator&lt;/tt&gt;&lt;/a&gt; class provides an authentication object.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;QAuthenticator.html#QAuthenticator()&quot;&gt;&lt;tt&gt;QAuthenticator&lt;/tt&gt;&lt;/a&gt; class is usually used in the authenticationRequired() and proxyAuthenticationRequired() signals of &lt;a href=&quot;QHttp.html&quot;&gt;&lt;tt&gt;QHttp&lt;/tt&gt;&lt;/a&gt; and &lt;a href=&quot;QAbstractSocket.html&quot;&gt;&lt;tt&gt;QAbstractSocket&lt;/tt&gt;&lt;/a&gt;. The class provides a way to pass back the required authentication information to the socket when accessing services that require authentication.&lt;/p&gt;

@see &lt;tt&gt;QSslSocket&lt;/tt&gt; */">
    <method name="public QAuthenticator(com.trolltech.qt.network.QAuthenticator other)" doc="/**
&lt;p&gt;Constructs a copy of &lt;tt&gt;other&lt;/tt&gt;.&lt;/p&gt;
 */"/>
    <method name="public QAuthenticator()" doc="/**
&lt;p&gt;Constructs an empty authentication object&lt;/p&gt;
 */"/>
    <method name="public final boolean isNull()" doc="/**
&lt;p&gt;returns true if the authenticator is null.&lt;/p&gt;
 */"/>
    <method name="public final java.lang.String password()" doc="/**
&lt;p&gt;returns the password used for authentication.&lt;/p&gt;

@see &lt;a href=&quot;QAuthenticator.html#setPassword(java.lang.String)&quot;&gt;&lt;tt&gt;setPassword&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final java.lang.String realm()" doc="/**
&lt;p&gt;returns the realm requiring authentication.&lt;/p&gt;
 */"/>
    <method name="public final void setPassword(java.lang.String password)" doc="/**
&lt;p&gt;Sets the &lt;tt&gt;password&lt;/tt&gt; used for authentication.&lt;/p&gt;

@see &lt;a href=&quot;QAuthenticator.html#password()&quot;&gt;&lt;tt&gt;password&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final void setUser(java.lang.String user)" doc="/**
&lt;p&gt;Sets the &lt;tt&gt;user&lt;/tt&gt; used for authentication.&lt;/p&gt;

@see &lt;a href=&quot;QAuthenticator.html#user()&quot;&gt;&lt;tt&gt;user&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final java.lang.String user()" doc="/**
&lt;p&gt;returns the user used for authentication.&lt;/p&gt;

@see &lt;a href=&quot;QAuthenticator.html#setUser(java.lang.String)&quot;&gt;&lt;tt&gt;setUser&lt;/tt&gt;&lt;/a&gt; */"/>
</class>