System Context

System context of ApacheDS, if it runs standalone as a network server.

Subsystem Overview

Apache Directory Server is comprised of two subsystems.

  • The network subsystem contains protocol providers for various network protocols (LDAP, Kerberaos, NTP, ...). It offers protocol clients like Apache Directory Studio access to the server.
  • The core subsystems contains the server itself. Important parts of it are the partition implementations for data storage and the schema component for ensuring data consistency.

Network Subsystem

NTP Protocol Provider

This diagram shows how artifacts (jar files) manifest the NTP protocol provider, and on which other artifacts these directly depend on. Third party components (artifacts from other projects) are filled in light yellow.

The following diagram gives an impression on how important classes and interfaces within the NTP protocol provider work together.

  • No labels