| Package | Description |
|---|---|
| org.apache.synapse.commons.datasource | |
| org.apache.synapse.commons.jmx | |
| org.apache.synapse.securevault.definition | |
| org.apache.synapse.securevault.secret |
| Modifier and Type | Method and Description |
|---|---|
SecretInformation |
DataSourceInformation.getSecretInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceInformation.setSecretInformation(SecretInformation secretInformation) |
| Modifier and Type | Method and Description |
|---|---|
SecretInformation |
JmxInformation.getSecretInformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
JmxInformation.setSecretInformation(SecretInformation secretInformation) |
| Constructor and Description |
|---|
JmxSecretAuthenticator(SecretInformation secretInformation) |
| Modifier and Type | Method and Description |
|---|---|
SecretInformation |
IdentityKeyStoreInformation.getKeyPasswordProvider() |
SecretInformation |
KeyStoreInformation.getKeyStorePasswordProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityKeyStoreInformation.setKeyPasswordProvider(SecretInformation keyPasswordProvider) |
void |
KeyStoreInformation.setKeyStorePasswordProvider(SecretInformation keyStorePasswordProvider) |
| Modifier and Type | Method and Description |
|---|---|
static SecretInformation |
SecretInformationFactory.createSecretInformation(Properties properties,
String configurationPrefix,
String passwordPrompt)
Factory method to create a SecretInformation instance based on the given properties
|
static SecretInformation |
SecretInformationFactory.createSecretInformation(String secretProvider,
String aliasPassword,
String passwordPrompt)
Factory method to create a SecretInformation instance based on the given information
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.