com.ibm.itim.fesiextensions
Interface FESIExtensionConstants

All Known Implementing Classes:
Enrole, IdentityPolicy, FESIScriptEvaluator

public interface FESIExtensionConstants

Interface used to define meaningful constants when interfacing with the FESIScriptEvaluator.


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

Field Detail

CUSTOM_ERROR_INVALID_FUNCTION_ARGUMENTS

public static final java.lang.String CUSTOM_ERROR_INVALID_FUNCTION_ARGUMENTS
ErrorMessages.properties key for an illegal argument list in a call to a javascript function.

CUSTOM_ERROR_INVALID_IMPLEMENTATION_CLASS

public static final java.lang.String CUSTOM_ERROR_INVALID_IMPLEMENTATION_CLASS
ErrorMessages.properties key for a java object that cannot be represented as a javascript object.

FESI_EXTENSION_PREFIX_ENROLE

public static final java.lang.String FESI_EXTENSION_PREFIX_ENROLE
Prefix used by properties' keys in fesiextensions.properties file to filter out Enrole specific extensions

MULTIVALUE_DELIMITER

public static final java.lang.String MULTIVALUE_DELIMITER
determines dfelimiter used in a String representation of multivalued attribute between individual values