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 the IBM Security Identity Manager log
at
ERRORlevel. - logError()
- Logs the specified text to the IBM Security Identity Manager message
log (
msg.log) atERRORlevel. - logInfo()
- Logs the specified text to the IBM Security Identity Manager message
log (
msg.log) atINFOlevel. - logWarning()
- Logs the specified text to the IBM Security Identity Manager message
log (
msg.log) atWARNlevel. - 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 the IBM Security Identity Manager trace
log (
trace.log) atDEBUG_MAXlevel. - traceMid()
- Logs the specified text to the IBM Security Identity Manager trace
log (
trace.log) atDEBUG_MIDlevel. - traceMin()
- Logs the specified text to the IBM Security Identity Manager trace
log (
trace.log) atDEBUG_MINlevel.
- Description
- Provides some common utilities for use in many different scripting contexts.