Uses of Class
org.apache.synapse.securevault.secret.SecretInformation
Packages that use SecretInformation
-
Uses of SecretInformation in org.apache.synapse.securevault.definition
Methods in org.apache.synapse.securevault.definition that return SecretInformationModifier and TypeMethodDescriptionIdentityKeyStoreInformation.getKeyPasswordProvider()KeyStoreInformation.getKeyStorePasswordProvider()Methods in org.apache.synapse.securevault.definition with parameters of type SecretInformationModifier and TypeMethodDescriptionvoidIdentityKeyStoreInformation.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 SecretInformationModifier and TypeMethodDescriptionstatic 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