Interface PasswordDecryptor
-
public interface PasswordDecryptor- Version:
- $Id$
- Author:
- Oleg Gusakov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringdecrypt(java.lang.String str, java.util.Map attributes, java.util.Map config)decrypt given encrypted string
-
-
-
Method Detail
-
decrypt
java.lang.String decrypt(java.lang.String str, java.util.Map attributes, java.util.Map config) throws SecDispatcherExceptiondecrypt given encrypted string- Parameters:
str- - string to decryptattributes- - string attributesconfig- - configuration from settings-security.xml, if any- Returns:
- decrypted string
- Throws:
SecDispatcherException
-
-