Implements Access Control Logic as per Matter Specification

MatterSpecification.v12.Core ยง 6.6.5.2.

Constructors

Methods

  • Check if the given ACL entry is allowed to be used for the given subject descriptor, endpoint, and cluster ID.

    Parameters

    Returns boolean

  • Determines the granted privileges for the given session, endpoint, and cluster ID and returns them.

    Parameters

    Returns AccessLevel[]

  • Public method used to update the Access Control List on changes.

    Parameters

    Returns void