SecurityContext
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gsignond_security_context_get_type ()" ) ]
[ Compact ]
public class SecurityContext
Content:
Static methods:
Creation methods:
Methods:
- public bool check (SecurityContext test)
Check if test
is covered by this
.
- public int compare (SecurityContext ctx2)
Compare two SecurityContext items in a similar
way to strcmp
.
- public SecurityContext copy ()
Copies a security context item.
- public void free ()
Frees a security context item.
- public unowned string get_application_context ()
Get the application context part of the SecurityContext
.
- public unowned string get_system_context ()
Get the system context partof the SecurityContext
.
- public bool match (SecurityContext ctx2)
Compare two SecurityContext items match.
- public void set_application_context (string application_context)
Sets the application context part of the SecurityContext
.
- public void set_system_context (string system_context)
Sets the system context part of the SecurityContext
.
- public Variant to_variant ()
Build a GVariant of type "(ss)" from a SecurityContext
item.
Fields: