---
title: Agent SDK directory structure
description: The PingAccess Agent SDK for Java directory contains the following directories:
component: pingaccess
version: 9.0
page_id: pingaccess:agents_and_integrations:pa_agent_sdk_for_java_directory_structure
canonical_url: https://docs.pingidentity.com/pingaccess/9.0/agents_and_integrations/pa_agent_sdk_for_java_directory_structure.html
revdate: November 18, 2025
---

# Agent SDK directory structure

The PingAccess Agent SDK for Java directory contains the following directories:

* `/apidocs`

  The Javadocs for the Java Agent API. Open `index.html` in this directory to access the Javadocs content.

* `/dist`

  The directory containing `pingaccess-agent-java-api-<version_number>.jar`

* `/sample`

  A directory containing `src` and `target` directories for building a Java Servlet Filter. This filter uses the Java Agent API, an `agent.properties` configuration exported from PingAccess, and the `init-params` from the web application `web.xml` file to enforce resource policy decisions configured in PingAccess.
