|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| 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" .../> |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||