AgsAuthSecurityContext

AgsAuthSecurityContext — auth security context

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsSecurityContext
        ╰── AgsAuthSecurityContext

Includes

#include <ags/server/security/ags_auth_security_context.h>

Description

The AgsAuthSecurityContext has got all available privileges to do anything.

Functions

AGS_AUTH_SECURITY_CONTEXT_GET_OBJ_MUTEX()

#define AGS_AUTH_SECURITY_CONTEXT_GET_OBJ_MUTEX(obj) (&(((AgsAuthSecurityContext *) obj)->obj_mutex))

ags_auth_security_context_get_instance ()

AgsAuthSecurityContext *
ags_auth_security_context_get_instance
                               ();

Get instance.

Returns

the AgsAuthSecurityContext.

[transfer none]

Since: 3.0.0


ags_auth_security_context_new ()

AgsAuthSecurityContext *
ags_auth_security_context_new ();

Create AgsAuthSecurityContext.

Returns

the new AgsAuthSecurityContext instance

Since: 3.0.0


AGS_AUTH_SECURITY_CONTEXT()

#define AGS_AUTH_SECURITY_CONTEXT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_AUTH_SECURITY_CONTEXT, AgsAuthSecurityContext))

AGS_AUTH_SECURITY_CONTEXT_CLASS()

#define AGS_AUTH_SECURITY_CONTEXT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_AUTH_SECURITY_CONTEXT, AgsAuthSecurityContextClass))

AGS_AUTH_SECURITY_CONTEXT_GET_CLASS()

#define AGS_AUTH_SECURITY_CONTEXT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_AUTH_SECURITY_CONTEXT, AgsAuthSecurityContextClass))

AGS_IS_AUTH_SECURITY_CONTEXT()

#define AGS_IS_AUTH_SECURITY_CONTEXT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_AUTH_SECURITY_CONTEXT))

AGS_IS_AUTH_SECURITY_CONTEXT_CLASS()

#define AGS_IS_AUTH_SECURITY_CONTEXT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_AUTH_SECURITY_CONTEXT))

ags_auth_security_context_get_type ()

GType
ags_auth_security_context_get_type ();

Types and Values

AGS_TYPE_AUTH_SECURITY_CONTEXT

#define AGS_TYPE_AUTH_SECURITY_CONTEXT                (ags_auth_security_context_get_type())

struct AgsAuthSecurityContext

struct AgsAuthSecurityContext;

struct AgsAuthSecurityContextClass

struct AgsAuthSecurityContextClass {
  AgsSecurityContextClass security_context;
};