Options
All
  • Public
  • Public/Protected
  • All
Menu

The principals associated with a request.

Hierarchy

  • Principals

Index

Methods

  • isInternet(): boolean
  • isSelf(): boolean
  • isBackoffice(): boolean
  • isLocalService(name: string): boolean
  • Whether this request was from a service in the local project.

    Parameters

    • name: string

      The name of the service.

    Returns boolean

  • isAnyLocalService(): boolean
  • Whether this request was from any service in the local project.

    Returns boolean

  • getLocalService(): undefined | string
  • Get the service that invoked this call, if any.

    Returns undefined | string

Generated using TypeDoc