com.ibm.itim.fesiextensions
Class Enrole

java.lang.Object
  extended by com.ibm.itim.fesiextensions.Enrole
All Implemented Interfaces:
EnroleRuntimeContext, FESIExtensionConstants, FESI.jslib.JSExtension

public class Enrole
extends java.lang.Object
implements FESI.jslib.JSExtension, EnroleRuntimeContext, FESIExtensionConstants

Extension that provides general utilities that can be applied globally to the platform, such as date and time utility functions.

Functions provided:


Field Summary
 
Fields inherited from interface com.ibm.itim.fesiextensions.EnroleRuntimeContext
FESI_CONTEXT_ITEM_ATTRIBUTES
 
Fields inherited from interface com.ibm.itim.fesiextensions.FESIExtensionConstants
CUSTOM_ERROR_INVALID_FUNCTION_ARGUMENTS, CUSTOM_ERROR_INVALID_IMPLEMENTATION_CLASS, FESI_EXTENSION_PREFIX_ENROLE, MULTIVALUE_DELIMITER
 
Constructor Summary
Enrole()
           
 
Method Summary
 void initializeExtension(FESI.jslib.JSGlobalObject go)
          Initializes the extension.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Enrole

public Enrole()
Method Detail

initializeExtension

public void initializeExtension(FESI.jslib.JSGlobalObject go)
                         throws FESI.jslib.JSException
Initializes the extension. At the conclusion of initialization, the functions defined in the extension will be available to the script interpreter.

Specified by:
initializeExtension in interface FESI.jslib.JSExtension
Parameters:
go - JSGlobalObject for the interpreter thread.
Throws:
FESI.jslib.JSException - Thrown if unable to initialize the extension.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.