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

auth_method

auth_method: "plain" | "ssl" | "tls"

Application secret from the SSO provider providing the Ldap services

authority_id

authority_id: string

ID of the authority associted with the auth method

base

base: string

URL from the SSO provider for authorisation

bind_dn

bind_dn: string

Default DN to user when performing a user lookup

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

filter

filter: string

LDAP Filter. Can be used instead of uid. e.g. (&(uid=%{username})(memberOf=cn=myapp-users,ou=groups,dc=example,dc=com))

host

host: string

HTTP URL of the SSO provider

id

id: string

Unique Identifier of the object

name

name: string

Human readable name of the object

password

password: string

Password to access LDAP service

port

port: number

Application ID from the SSO provider providing the Ldap services

uid

uid: string

Mapping of engine values to SSO provider values

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