java.lang.Object
io.qt.QtObject
io.qt.network.QAuthenticator
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Authentication object
Java wrapper for Qt's class QAuthenticator
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQAuthenticator
(QAuthenticator other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QAuthenticator other) clone()
final void
detach()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
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
final void
final String
user()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QAuthenticator
public QAuthenticator() -
QAuthenticator
-
QAuthenticator
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
detach
-
isNull
-
set
Deprecated.Useassign(io.qt.network.QAuthenticator)
instead. -
assign
-
option
-
options
-
password
-
realm
-
setOption
-
setPassword
-
setRealm
-
setUser
-
user
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-
assign(io.qt.network.QAuthenticator)
instead.