Class JBossEncryptionSecretCallbackHandler
- java.lang.Object
-
- org.apache.synapse.securevault.secret.AbstractSecretCallbackHandler
-
- org.apache.synapse.securevault.secret.handler.JBossEncryptionSecretCallbackHandler
-
- All Implemented Interfaces:
SecretCallbackHandler
public class JBossEncryptionSecretCallbackHandler extends AbstractSecretCallbackHandler
SecretCallbackHandler implementation which is compatible to the default encryption used within the JBoss Application Server to decrypt database passwords.
-
-
Field Summary
-
Fields inherited from class org.apache.synapse.securevault.secret.AbstractSecretCallbackHandler
log
-
-
Constructor Summary
Constructors Constructor Description JBossEncryptionSecretCallbackHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleSingleSecretCallback(SingleSecretCallback singleSecretCallback)
Decrypts the encrypted secret provided by the specified callback handler.-
Methods inherited from class org.apache.synapse.securevault.secret.AbstractSecretCallbackHandler
handle
-
-
-
-
Method Detail
-
handleSingleSecretCallback
protected void handleSingleSecretCallback(SingleSecretCallback singleSecretCallback)
Decrypts the encrypted secret provided by the specified callback handler.- Specified by:
handleSingleSecretCallback
in classAbstractSecretCallbackHandler
- Parameters:
singleSecretCallback
- The singleSecretCallback which secret has to be decrypted
-
-