Class

AgsAuthSecurityContext

Description

class Ags.AuthSecurityContext : Ags.SecurityContext {
  security_context: AgsSecurityContext
}
No description available.

Constructors

ags_auth_security_context_new

Create AgsAuthSecurityContext.

since: 3.0.0

Functions

ags_auth_security_context_get_instance

Get instance.

since: 3.0.0

Instance methods

Methods inherited from AgsSecurityContext (5)
ags_security_context_add_server_context

Add server_context to security_context.

since: 3.0.0

ags_security_context_get_business_group

Get business group of security_context.

since: 3.0.0

ags_security_context_get_server_context

Get business group of security_context.

since: 3.0.0

ags_security_context_parse_business_group

Parse business_group and apply to security_context.

since: 3.0.0

ags_security_context_remove_server_context

Remove server_context from security_context.

since: 3.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from AgsSecurityContext (1)
Ags.SecurityContext:certs

The assigned certificates as string.

since: 3.0.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AgsAuthSecurityContextClass {
  AgsSecurityContextClass security_context;
  
}
No description available.
Class members
security_context: AgsSecurityContextClass
No description available.