Ags.XmlAuthentication¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
doc |
r |
||
dtd |
r |
||
encoding |
r |
||
filename |
r |
||
gobject |
r |
||
obj_mutex |
r |
||
root_node |
r |
Class Details¶
- class Ags.XmlAuthentication(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
the new
Ags.XmlAuthentication
instance- Return type:
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
orNone
- Return type:
Find ags-srv-auth
libxml2.Node
containing user_uuid.New in version 3.0.0.