Java Policy Agents 2023.3

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 from AM 6

org.forgerock.agents.policy.set.map
  Introduced in Java Agent 5.6.2.1

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

Copyright © 2010-2023 ForgeRock, all rights reserved.