All Known Implementing Classes:
WssKeyStoreConfiguration, WssTrustStoreConfiguration

public interface WssStoreConfiguration
Provides methods to access the configuration of a store used to add WS security to the SOAP requests.
Since:
1.0
  • Method Details

    • getStorePath

      String getStorePath()
      Returns:
      The location of the store.
    • getPassword

      String getPassword()
      Returns:
      The password to access the store.
    • getType

      String getType()
      Returns:
      The type of store ("jks", "pkcs12", "jceks", or any other).