Class
HaslMechanismAnonymous
since: 0.2
Description [src]
final class Hasl.MechanismAnonymous : Hasl.Mechanism
{
/* No available fields */
}
This mechanism implements the ANONYMOUS method described in
RFC 4505. It uses the value of
HaslContext:username
as the token.
This mechanism is not secure, so you must set
HaslContext:allow-clear-text
to TRUE
if HaslContext:tls
is
FALSE
.
Available since: 0.2
Instance methods
Methods inherited from HaslMechanism (2)
hasl_mechanism_possible
This is used by ctx
to determine if it should even attempt mechanism
.
hasl_mechanism_step
Tells mechanism
to perform it’s next step. If mechanism
is complete it
should return TRUE
. If the mechanism was not successfully, it should return
TRUE
but set error
.
since: 0.1
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.