Class WssTrustStoreConfiguration
java.lang.Object
org.mule.soap.api.security.stores.WssTrustStoreConfiguration
- All Implemented Interfaces:
WssStoreConfiguration
Default
WssStoreConfiguration implementation for Trust Stores, used for signature verification.- Since:
- 1.0
-
Field Summary
Fields inherited from interface org.mule.soap.api.security.stores.WssStoreConfiguration
MERLIN_PROP_PREFIX, WS_CRYPTO_PROVIDER_KEY, WSS4J_PROP_PREFIX -
Constructor Summary
ConstructorsConstructorDescriptionWssTrustStoreConfiguration(String trustStorePath, String password, String type) -
Method Summary
-
Constructor Details
-
WssTrustStoreConfiguration
-
-
Method Details
-
getConfigurationProperties
- Specified by:
getConfigurationPropertiesin interfaceWssStoreConfiguration- Returns:
- a set of
Propertiesto configure aSecurityStrategy.
-