| Class | Description |
|---|---|
| ConfigurationMaskingUtility |
A class that provides static methods for masking and unmasking password properties within
Configurations,
The reason for masking a property's value is so that the current values of such properties cannot be viewed by a
user by viewing the HTML source of a Configuration GUI page, e.g.:
<input type="password" value="********" .../>
would be rendered, rather than:
<input type="password" value="ACTUAL_PASSWORD" .../> |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.