Form handler get entitlement details
search cancel

Form handler get entitlement details

book

Article ID: 133160

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Identity Suite

Issue/Introduction

Identity Portal on Virtual Appliance 14.2

Using the statement api.getEntitlement() to obtain the application permission.

Is it possible to add some logic to a form managing an access rights request.

For example would like to add, modify or remove using a similar syntax 

 

 

Environment

Release : 14.2

Component : SIGMA-Identity Suite

Resolution

There is no API to pull the action performed from the api.getEntitlement() or other methods that's exposed in the form handlers.

api.getEntitlement()
Returns a value only if used within forms in the Access Module. The method will return the permission name which the form is associated to.

You can choose different form per action - and implement the logic you'd like accordingly.