---
title: Policy Set Map
description: The name of an AM policy set to use for policy evaluations. Different web applications can use a different policy set in their chosen realm.
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.policy.set.map
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.policy.set.map.html
---

# Policy Set Map

The name of an AM policy set to use for policy evaluations. Different web applications can use a different policy set in their chosen realm.

|   |                                                                                                                                                                                                   |
| - | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | To prevent errors, use only characters in the standard ASCII set. The agent automatically percent-encodes characters in the extended ASCII set, however, the name must be manually encoded in AM. |

The following example causes AM to use `mypolicyset` to evaluate policies for all web applications:

`org.forgerock.agents.policy.set.map=mypolicyset`

The following example causes AM to use `mypolicyset` to evaluate policies for `mywebapp`. For all other web applications, AM uses `iPlanetAMWebAgentService`:

`org.forgerock.agents.policy.set.map[mywebapp]=mypolicyset`

|                          |                                                                                                                                                                                                                                                  |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Property name            | `org.forgerock.agents.policy.set.map`                                                                                                                                                                                                            |
| Aliases                  | `org.forgerock.openam.agents.config.policy.evaluation.application`   Introduced in Java Agent 5.0   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 6`org.forgerock.agents.policy.set.map`   Introduced in Java Agent 5.6.2.1 |
| Function                 | Policy enforcement                                                                                                                                                                                                                               |
| Type                     | Map- Keys: web application

- Values: policy set                                                                                                                                                                                                 |
| Default                  | `iPlanetAMWebAgentService`                                                                                                                                                                                                                       |
| Bootstrap property       | No                                                                                                                                                                                                                                               |
| Required property        | No                                                                                                                                                                                                                                               |
| Restart required         | No                                                                                                                                                                                                                                               |
| Local configuration file | `AgentConfig.properties`                                                                                                                                                                                                                         |
| AM console               | Tab: `AM Services`Title: `Policy Set Map`Legacy title: `Policy Set`                                                                                                                                                                              |
