Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected _changes

_changes: HashMap

Map of unsaved property changes

Protected Optional _init_sub

_init_sub: Subscription

Subscription for initialisation events

Protected _server_names

_server_names: HashMap

Map of local property names to server ones

Protected _service

Protected _version

_version: number

Version of the data

assertion_consumer_service_url

assertion_consumer_service_url: string

URL at which the SAML assertion should be received (SSO Service => Engine URL)

attribute_service_name

attribute_service_name: string

Name for the attribute service

attribute_statements

attribute_statements: HashMap<string[]>

Mapping of Attribute Names in a SAMLResponse to entries in the OmniAuth info hash

authority_id

authority_id: string

ID of the authority associted with the auth method

changeEvents

changeEvents: Subject<EngineDataClassEvent> = new Subject<EngineDataClassEvent>()

Subject for change events to the class object

created_at

created_at: number

Unix epoch in seconds of the creation time of the object

id

id: string

Unique Identifier of the object

idp_cert

idp_cert: string

Identity provider's certificate in PEM format (this or fingerprint is required)

idp_cert_fingerprint

idp_cert_fingerprint: string

SHA1 fingerprint of the certificate

idp_slo_target_url

idp_slo_target_url: string

URL to which the single logout request and response should be sent

idp_sso_target_url

idp_sso_target_url: string

URL to which the authentication request should be sent (Engine => SSO Service)

idp_sso_target_url_runtime_params

idp_sso_target_url_runtime_params: HashMap<string>

Mapping of request params that exist during the request phase of OmniAuth that should to be sent to the IdP

issuer

issuer: string

Name of the application requesting auth

name

name: string

Human readable name of the object

name_identifier_format

name_identifier_format: string

Describes the format of the username required by this application

request_attributes

request_attributes: EngineSamlRequestAttribute[]

Mapping of Attribute Names in a SAMLResponse to entries in the OmniAuth info hash

slo_default_relay_state

slo_default_relay_state: string

Value to use as default RelayState for single log outs

uid_attribute

uid_attribute: string

Attribute that uniquely identifies the user

Accessors

changes

Methods

Protected change

  • change<U>(prop_name: string, value: U): void

clearPendingChanges

  • clearPendingChanges(): void

delete

  • delete(): Promise<void>

emit

save

storePendingChange

toJSON

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

Generated using TypeDoc