Ags.XmlAuthentication

g Ags.Authentication Ags.Authentication Ags.XmlAuthentication Ags.XmlAuthentication Ags.Authentication->Ags.XmlAuthentication GObject.GInterface GObject.GInterface GObject.GInterface->Ags.Authentication GObject.Object GObject.Object GObject.Object->Ags.XmlAuthentication

Subclasses:

None

Methods

Inherited:

GObject.Object (37), Ags.Authentication (6)

Structs:

GObject.ObjectClass (5)

class

new ()

find_user_uuid (user_uuid)

open_filename (filename)

Virtual Methods

Inherited:

GObject.Object (7), Ags.Authentication (6)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

doc

libxml2.Doc

r

dtd

str

r

encoding

str

r

filename

str

r

gobject

GObject.Object

r

obj_mutex

GLib.RecMutex

r

root_node

libxml2.Node

r

Class Details

class Ags.XmlAuthentication(**kwargs)
Bases:

GObject.Object, Ags.Authentication

Abstract:

No

Structure:

Ags.XmlAuthenticationClass

classmethod new()
Returns:

the new Ags.XmlAuthentication instance

Return type:

Ags.XmlAuthentication

Create Ags.XmlAuthentication.

New in version 3.0.0.

find_user_uuid(user_uuid)
Parameters:

user_uuid (str) – the user UUID

Returns:

the matching libxml2.Node or None

Return type:

libxml2.Node

Find ags-srv-auth libxml2.Node containing user_uuid.

New in version 3.0.0.

open_filename(filename)
Parameters:

filename (str) – the filename

Open filename.

New in version 3.0.0.