Identity Management (MOSC)

MOSC Banner

Request Validator plugin for Revoke Entitlement

Hello Team,

Our requirement is to validate the request for revoke entitlement. We have developed the RequestDataValidator plugin with following plugin.xml:

<oimplugins>
<plugins pluginpoint="oracle.iam.request.plugins.RequestDataValidator">
<plugin pluginclass="com.validator.RevokeEntReqValidator" version="1.0" name="RevokeEntReqValidator">
<metadata name="DataValidator">
<value>RemedyV5.UD_BMCCH</value>
</metadata>
</plugin>
</plugins>
</oimplugins>

This plugin is not getting triggered when we are raising the revoke entitlement request. The same plugin is getting triggered correctly while we raise provision entitlement request.

Please help how we can validate the revoke entitlement request using RequestDataValidator plugin.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center