Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
public static java.lang.String manglePassword(java.lang.String password) throws TibjmsAdminException
If 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 TibjmsAdminException
If 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)