Qtc.Network.QAuthenticator

Contents

Documentation

class QqAuthenticator x1 where #

Methods

qAuthenticator :: x1 -> IO (QAuthenticator ()) #

Instances
QqAuthenticator () # 
Instance details

Defined in Qtc.Network.QAuthenticator

Methods

qAuthenticator :: () -> IO (QAuthenticator ()) #

QqAuthenticator (QAuthenticator t1) # 
Instance details

Defined in Qtc.Network.QAuthenticator

class QqAuthenticator_nf x1 where #

Methods

qAuthenticator_nf :: x1 -> IO (QAuthenticator ()) #

Instances
QqAuthenticator_nf () # 
Instance details

Defined in Qtc.Network.QAuthenticator

Methods

qAuthenticator_nf :: () -> IO (QAuthenticator ()) #

QqAuthenticator_nf (QAuthenticator t1) # 
Instance details

Defined in Qtc.Network.QAuthenticator

realm :: QAuthenticator a -> () -> IO String #

setRealm :: QAuthenticator a -> String -> IO () #

Orphan instances

QsetUser (QAuthenticator a) String # 
Instance details

Methods

setUser :: QAuthenticator a -> String -> IO () #

QsetPassword (QAuthenticator a) String # 
Instance details

Methods

setPassword :: QAuthenticator a -> String -> IO () #

Qpassword (QAuthenticator a) () # 
Instance details

Methods

password :: QAuthenticator a -> () -> IO String #

Qoption (QAuthenticator a) String # 
Instance details

Methods

option :: QAuthenticator a -> String -> IO (QVariant ()) #

QqisNull (QAuthenticator a) () # 
Instance details

Methods

qisNull :: QAuthenticator a -> () -> IO Bool #

Quser (QAuthenticator a) () (IO String) # 
Instance details

Methods

user :: QAuthenticator a -> () -> IO String #

Qoptions (QAuthenticator a) () (IO [(String, QVariant ())]) # 
Instance details

Methods

options :: QAuthenticator a -> () -> IO [(String, QVariant ())] #

Qdetach (QAuthenticator a) () (IO ()) # 
Instance details

Methods

detach :: QAuthenticator a -> () -> IO () #

Qqone (QAuthenticator ()) (QAuthenticator t1) # 
Instance details

Methods

qone :: QAuthenticator () -> QAuthenticator t1 -> IO Bool #

Qqone (QAuthenticatorSc a) (QAuthenticator t1) # 
Instance details

Methods

qone :: QAuthenticatorSc a -> QAuthenticator t1 -> IO Bool #

Qqoe (QAuthenticator ()) (QAuthenticator t1) # 
Instance details

Methods

qoe :: QAuthenticator () -> QAuthenticator t1 -> IO Bool #

Qqoe (QAuthenticatorSc a) (QAuthenticator t1) # 
Instance details

Methods

qoe :: QAuthenticatorSc a -> QAuthenticator t1 -> IO Bool #

Qqot (QAuthenticator ()) (QAuthenticator t1) (IO (QAuthenticator ())) # 
Instance details

Methods

qot :: QAuthenticator () -> QAuthenticator t1 -> IO (QAuthenticator ()) #

Qqot (QAuthenticatorSc a) (QAuthenticator t1) (IO (QAuthenticator ())) # 
Instance details

Methods

qot :: QAuthenticatorSc a -> QAuthenticator t1 -> IO (QAuthenticator ()) #

QsetOption (QAuthenticator a) (String, QVariant t2) # 
Instance details

Methods

setOption :: QAuthenticator a -> (String, QVariant t2) -> IO () #