com.ibm.itim.fesiextensions

Interface FESIExtensionConstants

  • All Known Implementing Classes:
    Enrole, FESIScriptEvaluator

    Deprecated. 
    This class is part of the FESI script framework and will no longer be supported or updated as of ITIM 5.0.

    public interface FESIExtensionConstants
    Interface used to define meaningful constants when interfacing with the FESIScriptEvaluator.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CUSTOM_ERROR_INVALID_FUNCTION_ARGUMENTS
      Deprecated. 
      ErrorMessages.properties key for an illegal argument list in a call to a javascript function.
      static java.lang.String CUSTOM_ERROR_INVALID_IMPLEMENTATION_CLASS
      Deprecated. 
      ErrorMessages.properties key for a java object that cannot be represented as a javascript object.
      static java.lang.String FESI_EXTENSION_PREFIX_ENROLE
      Deprecated. 
      Prefix used by properties' keys in fesiextensions.properties file to filter out Enrole specific extensions
      static java.lang.String MULTIVALUE_DELIMITER
      Deprecated. 
      determines dfelimiter used in a String representation of multivalued attribute between individual values
    • Field Detail

      • CUSTOM_ERROR_INVALID_FUNCTION_ARGUMENTS

        static final java.lang.String CUSTOM_ERROR_INVALID_FUNCTION_ARGUMENTS
        Deprecated. 
        ErrorMessages.properties key for an illegal argument list in a call to a javascript function.
        See Also:
        Constant Field Values
      • CUSTOM_ERROR_INVALID_IMPLEMENTATION_CLASS

        static final java.lang.String CUSTOM_ERROR_INVALID_IMPLEMENTATION_CLASS
        Deprecated. 
        ErrorMessages.properties key for a java object that cannot be represented as a javascript object.
        See Also:
        Constant Field Values
      • FESI_EXTENSION_PREFIX_ENROLE

        static final java.lang.String FESI_EXTENSION_PREFIX_ENROLE
        Deprecated. 
        Prefix used by properties' keys in fesiextensions.properties file to filter out Enrole specific extensions
        See Also:
        Constant Field Values
      • MULTIVALUE_DELIMITER

        static final java.lang.String MULTIVALUE_DELIMITER
        Deprecated. 
        determines dfelimiter used in a String representation of multivalued attribute between individual values
        See Also:
        Constant Field Values