Class

AgsXmlAuthentication

Description

class Ags.XmlAuthentication : GObject.Object {
  gobject: GObject,
  obj_mutex: GRecMutex,
  filename: gchar*,
  encoding: gchar*,
  dtd: gchar*,
  doc: xmlDoc*,
  root_node: xmlNode*
}
No description available.

Ancestors

Implements

Constructors

ags_xml_authentication_new

Create AgsXmlAuthentication.

since: 3.0.0

Instance methods

ags_xml_authentication_find_user_uuid

Find ags-srv-auth xmlNode containing user_uuid.

since: 3.0.0

ags_xml_authentication_open_filename

Open filename.

since: 3.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from AgsAuthentication (6)
ags_authentication_generate_token

Generate token.

since: 3.0.0

ags_authentication_get_authentication_module

Available authentication modules.

since: 3.0.0

ags_authentication_get_digest

Get digest of login.

since: 3.0.0

ags_authentication_is_session_active

Check session.

since: 3.0.0

ags_authentication_login

Login.

since: 3.0.0

ags_authentication_logout

Logout.

since: 3.0.0

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.

Class structure

struct AgsXmlAuthenticationClass {
  GObjectClass gobject;
  
}
No description available.
Class members
gobject: GObjectClass
No description available.