You can use JavaScript to write task-specific business logic task handlers. Task-specific handlers are defined on a task screen, either inline or by reference.
For BLTHContext methods and objects, the JavaScript business logic task handlers do not have to explicitly import any CA IdentityMinder packages. JavaScript handlers have automatic access to the BLTHContext methods and objects, the same as Java handlers.
However, when referencing imsapi classes without going through the context object, you must fully qualify the reference to the class. To do this, you can define a variable as a shortcut to the imsapi package, and then use this variable in all other class references where necessary.
Copyright © 2013 CA.
All rights reserved.
|
|