Account
Represents an account associated with a provisioning operation.
- Availability
- IBM Security Identity Manager 7.0.
- Inherits From
- DirectoryObject
- Provided by
- com.ibm.itim.script.extensions.model.AccountModelExtension
- Constructor
- new Account(dn)
- Returns
- The newly created Account object that represents the account with the specified DN, which is a String.
- Methods
- getAndDecryptPassword()
- Decrypts and returns
- The decrypted password of the account entity in plain text. This method is available in the scripting context of Security Identity Manager only if the javascript.password.access.enabled property is set to true in the scriptframework.properties file.
- setAndEncryptPassword()
- Encrypts
- The given plaintext password and sets it on the account object. This method is available in the scripting context of Security Identity Manager only if the javascript.password.access.enabled property is set to true in the scriptframework.properties file.
- Account.getAndDecryptPassword()
The method decrypts and returns the decrypted password of the account entity in plain text.- Account.setAndEncryptPassword()
The method encrypts the given plaintext password and sets it on account object.Parent topic: JavaScript extension reference