public interface PasswordDecoder
PasswordDecoder
is an interface
that is implemented to decode password.Modifier and Type | Method and Description |
---|---|
String |
getDecodedPassword(String encodedPwd)
Returns decoded password.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.