public interface PasswordDecryptor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROLE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
decrypt(java.lang.String str,
java.util.Map attributes,
java.util.Map config)
decrypt given encrypted string
|
java.lang.String decrypt(java.lang.String str, java.util.Map attributes, java.util.Map config) throws SecDispatcherException
str
- - string to decryptattributes
- - string attributesconfig
- - configuration from settings-security.xml, if anySecDispatcherException