Enrole

The object contains the general methods.

Availability
  • All JavaScript contexts
  • IBM Security Identity Manager 7.0

Provided by
com.ibm.itim.script.extensions.EnroleExtension

Methods

generatePassword()
Generates a password for a specific service.

getAttributeValue()
Get a single value attribute value.

getAttributeValues()
Get a multi-valued attribute value.

localize()
Localized message specified in <Message> XML format.

log()
Logs a message to ISIM log at ERROR level.

logError()
Logs the specified text to ISIM message log (msg.log) at ERROR level.

logInfo()
Logs the specified text to ISIM message log (msg.log) at INFO level.

logWarning()
Logs the specified text to ISIM message log (msg.log) at WARN level.

toGeneralizedTime()
Converts a time or date to generalized time format.

toMilleseconds()
Converts a String in generalized time format to an integer value in milliseconds.

traceMax()
Logs the specified text to ISIM trace log (trace.log) at DEBUG_MAX level.

traceMid()
Logs the specified text to ISIM trace log (trace.log) at DEBUG_MID level.

traceMin()
Logs the specified text to ISIM trace log (trace.log) at DEBUG_MIN level.

Description
Provides some common utilities for use in many different scripting contexts.

Parent topic: JavaScript extension reference