java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.network.QAuthenticator
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QAuthenticator extends QtObject implements Cloneable
Authentication object
Java wrapper for Qt class QAuthenticator
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QAuthenticator()
QAuthenticator(QAuthenticator other)
protected
QAuthenticator(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QAuthenticator
clone()
void
detach()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isNull()
Object
option(String opt)
QHash<String,Object>
options()
String
password()
String
realm()
void
set(QAuthenticator other)
void
setOption(String opt, Object value)
void
setPassword(String password)
void
setRealm(String realm)
void
setUser(String user)
String
user()
-
Constructor Details
-
QAuthenticator
public QAuthenticator() -
QAuthenticator
-
QAuthenticator
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
detach
-
isNull
-
set
-
option
-
options
-
password
-
realm
-
setOption
-
setPassword
-
setRealm
-
setUser
-
user
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-