Package | Description |
---|---|
org.apache.synapse.securevault.secret.handler |
Modifier and Type | Class and Description |
---|---|
class |
HardCodedSecretCallbackHandler
Hard-coded passwords as secrets .This is just a demonstration example and need to be adopted
as user requirements.
|
class |
JBossEncryptionSecretCallbackHandler
SecretCallbackHandler implementation which is compatible to the default encryption used
within the JBoss Application Server to decrypt database passwords.
|
class |
JlineSecretCallbackHandler
JlineBased SecretCallbackHandler , get the required secret using command
line and propagates to the application that need secret *
|
class |
JMXSecretCallbackHandler
Get and propagates secrets that have been collected through JMX Mean
|
class |
SecretManagerSecretCallbackHandler
SecretManager based secret provider , this can be used by other application
to get secret form SecretManager
|
class |
SharedSecretCallbackHandler
SecretCallbackHandler that uses an existing SecretCallbackHandler instance
provided when starting server
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.