public class PasswordUtility extends Object
| Constructor and Description |
|---|
PasswordUtility() |
| Modifier and Type | Method and Description |
|---|---|
static MaskedText |
maskInUrl(String url)
Mask password in URL.
|
static String |
unmaskInUrl(String url,
String password)
Unmask password in URL.
|
public static MaskedText maskInUrl(String url)
url - The original URL string.Copyright © 2014. All Rights Reserved.