java.lang.Object
io.qt.QtObject
io.qt.network.QAuthenticator
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Authentication object
Java wrapper for Qt class QAuthenticator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QAuthenticator other) clone()
Creates and returns a copy of this object.final void
detach()
SeeQAuthenticator::
detach() final boolean
equals
(QAuthenticator other) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QAuthenticator)
.final boolean
isNull()
final Object
options()
final String
password()
final String
realm()
final void
set
(QAuthenticator other) Deprecated.final void
final void
setPassword
(String password) final void
SeeQAuthenticator::
setRealm(QString) final void
final String
user()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QAuthenticator
public QAuthenticator() -
QAuthenticator
-
-
Method Details
-
detach
See
QAuthenticator::
detach() -
isNull
-
assign
-
equals
-
option
-
options
-
password
-
realm
-
setOption
-
setPassword
-
setRealm
See
QAuthenticator::
setRealm(QString) -
setUser
-
user
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QAuthenticator)
. -
clone
Creates and returns a copy of this object.
-
set
Deprecated.Useassign(io.qt.network.QAuthenticator)
instead.
-
assign(io.qt.network.QAuthenticator)
instead.