Account.getAndDecryptPassword()
The method decrypts and returns the decrypted password of the account entity in plain text.
- Availability
- IBM Security Identity Manager 7.0.
- Synopsis
- account.getAndDecryptPassword()
- Returns
- String representing plain text password set in the account object.
- Description
- This method can be used in the scripting context of Security Identity Manager if the javascript.password.access.enabled property is set to true in the scriptframework.properties file. It decrypts and returns the decrypted password set in the account object. This function will return null if the password is not present. This method does not decrypt the password of ISIM account, which is hashed and stored in LDAP.
- Usage
var password = account.getAndDecryptPassword(); </page_ Account.getAndDecryptPassword()>
Parent topic: Account