Java Policy Agents 5.9.1

Policy Set Map

Policy Set

The policy set in which to evaluate policy requests. Different web applications can use a different policy set in their chosen realm.

The following example causes AM to look in mypolicyset to evaluate policies for all web applications:

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

The following example causes AM to look in mypolicyset to evaluate policies for mywebapp. For all other web applications, AM looks in iPlanetAMWebAgentService:

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

Property name

org.forgerock.agents.policy.set.map

Property aliases

org.forgerock.openam.agents.config.policy.evaluation.application (since 5.0)

org.forgerock.agents.policy.set.map (since 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

Copyright © 2010-2023 ForgeRock, all rights reserved.