Package | Description |
---|---|
org.apache.synapse.securevault.definition | |
org.apache.synapse.securevault.secret |
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–2023 Apache Software Foundation. All rights reserved.