AgsSecurityContext
AgsSecurityContext — current security context
|
|
Object Hierarchy
GObject
╰── AgsSecurityContext
Includes
#include <ags/server/security/ags_security_context.h>
Functions
ags_security_context_add_server_context ()
void
ags_security_context_add_server_context
(AgsSecurityContext *security_context
,
gchar *server_context
);
ags_security_context_remove_server_context ()
gboolean
ags_security_context_remove_server_context
(AgsSecurityContext *security_context
,
gchar *server_context
);
AGS_IS_SECURITY_CONTEXT()
#define AGS_IS_SECURITY_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SECURITY_CONTEXT))
AGS_IS_SECURITY_CONTEXT_CLASS()
#define AGS_IS_SECURITY_CONTEXT_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SECURITY_CONTEXT))
AGS_SECURITY_CONTEXT()
#define AGS_SECURITY_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SECURITY_CONTEXT, AgsSecurityContext))
AGS_SECURITY_CONTEXT_CLASS()
#define AGS_SECURITY_CONTEXT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_SECURITY_CONTEXT, AgsSecurityContextClass))
AGS_SECURITY_CONTEXT_GET_CLASS()
#define AGS_SECURITY_CONTEXT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_SECURITY_CONTEXT, AgsSecurityContextClass))
ags_security_context_get_type ()
GType
ags_security_context_get_type ();
Types and Values
AGS_TYPE_SECURITY_CONTEXT
#define AGS_TYPE_SECURITY_CONTEXT (ags_security_context_get_type())
struct AgsSecurityContext
struct AgsSecurityContext;
struct AgsSecurityContextClass
struct AgsSecurityContextClass {
GObjectClass object;
};
Property Details
The “certs”
property
“certs” gchar *
The assigned certificates as string.
Flags: Read / Write
Default value: NULL
Since: 1.0.0