public class PasswordMaskingUtil extends Object
| Constructor and Description |
|---|
PasswordMaskingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static SensitiveDataCodec<String> |
getCodec(String codecDesc) |
static DefaultSensitiveStringCodec |
getDefaultCodec() |
static HashProcessor |
getHashProcessor() |
static HashProcessor |
getHashProcessor(String storedPassword) |
static HashProcessor |
getPlaintextProcessor() |
static HashProcessor |
getSecureProcessor() |
public static HashProcessor getHashProcessor(String storedPassword) throws Exception
Exceptionpublic static HashProcessor getHashProcessor()
public static HashProcessor getPlaintextProcessor()
public static HashProcessor getSecureProcessor() throws Exception
Exceptionpublic static SensitiveDataCodec<String> getCodec(String codecDesc) throws ActiveMQException
ActiveMQExceptionpublic static DefaultSensitiveStringCodec getDefaultCodec()
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.