Files
developer.sailpoint.com/docs/iiq/plugin-developer-guide/appendix-b/index.md
darrell-thobe-sp 2cd5ccfc81 Prettified Code!
2024-04-18 10:31:05 +00:00

1.3 KiB

id, title, pagination_label, sidebar_label, sidebar_position, sidebar_class_name, keywords, description, slug, tags
id title pagination_label sidebar_label sidebar_position sidebar_class_name keywords description slug tags
plugin-appendix-8.0-updates Appendix B 8.0 Updates Appendix B 8.0 Updates Appendix B 8.0 Updates 11 plugin_developer_guide_updates
plugin
IdentityIQ 8.0 Updates /iiq/plugin-developer-guide/updates
plugin
guide
identityiq

Appendix B - 8.0 Updates

Version 8.0 of IdentityIQ offers a number of enhancements to plugins:

  • Classes contained in a plugin can be leveraged from any area or feature of IdentityIQ where BeanShell can be used, such as rules, workflow steps, and scriptlets. Version 8.0 also provides mechanisms for limiting or blocking scripting access to plugin classes as needed, and some new IIQ console commands to support troubleshooting of plugin classes.
  • Support for forms in the plugin configuration UI, giving you new ways to present complex or dynamic options in the plugin's configuration page.
  • Stricter handling of executors for tasks, services, and policies, with a global configuration option allowing you to "relax" the stricter declarations for legacy plugins, to help with forward compatibility.

A further detailed explanation of enhancements can be found here: IdentityIQ 8.0: Plugin Enhancements