Class WssTrustStoreConfiguration
java.lang.Object
org.mule.runtime.extension.api.soap.security.config.WssTrustStoreConfiguration
- All Implemented Interfaces:
WssStoreConfiguration
WssStoreConfiguration implementation for Trust Stores, used for signature verification.- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionWssTrustStoreConfiguration(String trustStorePath, String password, String type) -
Method Summary
-
Constructor Details
-
WssTrustStoreConfiguration
-
-
Method Details
-
getStorePath
- Specified by:
getStorePathin interfaceWssStoreConfiguration- Returns:
- The location of the store.
-
getPassword
- Specified by:
getPasswordin interfaceWssStoreConfiguration- Returns:
- The password to access the store.
-
getType
- Specified by:
getTypein interfaceWssStoreConfiguration- Returns:
- The type of store ("jks", "pkcs12", "jceks", or any other).
-