| Products | Versions |
|---|---|
| TIBCO Enterprise Message Service | - |
| Not Applicable | - |
Description:
Since EMS version 8.1, the EMS Java Admin library provides mangle and unmangle password APIs.
Symptoms:
N/A
Cause:
N/A
public static java.lang.String manglePassword(java.lang.String password)
throws TibjmsAdminExceptionIf the password is null or is already mangled, nothing is done.
password - the password to mangleTibjmsAdminException - if an error has occurred.unmanglePassword(String)public static java.lang.String unmanglePassword(java.lang.String mangledPassword)
throws TibjmsAdminExceptionIf the password is not mangled or is null then the original password is returned.
password - the password to unmangle.TibjmsAdminException - if an error has occurred.manglePassword(String)