Gjsify LogoGjsify Logo

Security context descriptor used for access control checks.

record

Hierarchy

  • SecurityContext

Index

Constructors

Properties

app_ctx: string

application context, such as a script or a web page.

field
sys_ctx: string

system context, such as SMACK-label, MSSF token or just a binary path.

field
name: string

Methods

  • free(): void
  • get_application_context(): string
  • get_system_context(): string
  • set_application_context(application_context: string): void
  • Sets the application context part (such as a script name or a web page) of the #SignonSecurityContext.

    Parameters

    • application_context: string

      application security context.

    Returns void

  • set_system_context(system_context: string): void
  • Sets the system context part (such as SMACK label or MSSF token) of the #SignonSecurityContext.

    Parameters

    • system_context: string

      system security context.

    Returns void

  • Allocates and initializes a new security context item.

    Parameters

    • system_context: string

      system security context (such as SMACK/MSSF label/token).

    • application_context: string

      application security context (such as a script name).

    Returns gSignon.SecurityContext

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method