Uses of Class
org.apache.synapse.securevault.secret.SecretInformation
-
Packages that use SecretInformation Package Description org.apache.synapse.securevault.definition org.apache.synapse.securevault.secret -
-
Uses of SecretInformation in org.apache.synapse.securevault.definition
Methods in org.apache.synapse.securevault.definition that return SecretInformation Modifier and Type Method Description SecretInformationIdentityKeyStoreInformation. getKeyPasswordProvider()SecretInformationKeyStoreInformation. getKeyStorePasswordProvider()Methods in org.apache.synapse.securevault.definition with parameters of type SecretInformation Modifier and Type Method Description voidIdentityKeyStoreInformation. setKeyPasswordProvider(SecretInformation keyPasswordProvider)voidKeyStoreInformation. setKeyStorePasswordProvider(SecretInformation keyStorePasswordProvider) -
Uses of SecretInformation in org.apache.synapse.securevault.secret
Methods in org.apache.synapse.securevault.secret that return SecretInformation Modifier and Type Method Description static SecretInformationSecretInformationFactory. createSecretInformation(String secretProvider, String aliasPassword, String passwordPrompt)Factory method to create a SecretInformation instance based on the given informationstatic SecretInformationSecretInformationFactory. createSecretInformation(Properties properties, String configurationPrefix, String passwordPrompt)Factory method to create a SecretInformation instance based on the given properties
-