Package org.forgerock.openig.ping.protect
package org.forgerock.openig.ping.protect
This package contains the components used to integrate with PingOne Protect, to support risk evaluation and routing.
-
ClassDescription
Context
supporting risk analysis with PingOne Protect, capturing the evaluation result.ThePingOneProtectEvaluationFilter
supports integration with PingOne Protect.Creates and initialises aPingOneProtectEvaluationFilter
in a heap environment.ThePingOneProtectFeedbackFilter
provides a feedback mechanism to capture the outcome of actions completed as a result of the risk evaluation.Creates and initialises aPingOneProtectFeedbackFilter
in a heap environment.ThePingOneProtectThreatLevelRoutingHandler
routes the request to one of the configured handlers, based on thePingOneProtectEvaluationContext's level
, captured during evaluation.Creates and initialises aPingOneProtectThreatLevelRoutingHandler
in a heap environment.