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.
  • Constructor Details

    • JBossEncryptionSecretCallbackHandler

      public JBossEncryptionSecretCallbackHandler()
  • Method Details