Class AccessControlManagement

Hierarchy

  • EventEmitter
    • AccessControlManagement

Constructors

Methods

  • This destroys the AccessControlManagement. It unregisters all GET or SET handler it has associated with the given AccessControl service. It removes all event handlers which were registered to this object.

    Returns void

  • Returns undefined | string

    the current password configured for the Home or undefined if no password is required.

  • Parameters

    • event: "update-control-level"
    • listener: ((accessLevel) => void)
        • (accessLevel): void
        • Parameters

          Returns void

    Returns this

  • Parameters

    • event: "update-password"
    • listener: ((password, passwordRequired) => void)
        • (password, passwordRequired): void
        • Parameters

          • password: undefined | string
          • passwordRequired: boolean

          Returns void

    Returns this