Ags.SecurityContext¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The certificates as string |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
business_group |
r |
||
certs |
r |
||
gobject |
r |
||
obj_mutex |
r |
||
server_context |
r |
||
server_context_umask |
r |
Class Details¶
- class Ags.SecurityContext(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
the new
Ags.SecurityContext
instance- Return type:
Create
Ags.SecurityContext
.New in version 3.0.0.
- add_server_context(server_context)¶
- Parameters:
server_context (
str
) – the server context
Add server_context to self.
New in version 3.0.0.
- get_business_group()¶
-
Get business group of self.
New in version 3.0.0.
- get_server_context()¶
-
Get business group of self.
New in version 3.0.0.
- parse_business_group(xml_doc, user_uuid)¶
- Parameters:
xml_doc (
libxml2.Doc
) – thelibxml2.Doc
containing groupsuser_uuid (
str
) – the user’s UUID
Parse business_group and apply to self.
New in version 3.0.0.