3.1.1 Abstract Data Model

This section describes a conceptual model of possible data organization that an implementation maintains to participate in this protocol. The organization is provided to explain how the protocol behaves. This document does not mandate that implementations adhere to this model as long as their external behavior is consistent with that specified in this document.

The RAZA server maintains one or more of the following abstract data types as abstract variables:

  • ImpersonationAccessToken (Public): A Token/Authorization Context (see [MS-DTYP] section 2.5.2).

  • ClientContext:A data structure containing the following members:

    • RPCClient: An AUTHZR_HANDLE structure (section 2.2.1.1).

    • AuthzContext: An ImpersonationAccessToken.

Additionally, the RAZA server MUST maintain the following data structure:

  • ClientContextList: A list of ClientContext objects.