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.
|
String getDecodedPassword(String encodedPwd)
encodedPwd
- encoded passwordCopyright © 2010-2016, ForgeRock All Rights Reserved.