SUPConfiguration API Changes

API changes for the SUPConfiguration interface, used to manage the SAP Mobile Platform configuration.

New SUPConfiguration Methods
Methods Description
  • getContext
  • commitClusterConfiguration
  • refreshClusterConfiguration
Manage the cluster configuration
  • getManagementConfiguration
  • updateManagementConfiguration
Manage management configurations
  • enableOCSPConfiguration
  • getOCSPConfiguration
  • updateOCSPConfiguration
Manage the Online Certificate Status Protocol (OCSP) configuration
  • getPerformanceConfiguration
  • updatePerformanceConfiguration
Manage the performance configuration
  • getConfigurationCache
  • updateConfigurationCache
  • commitConfigurationCache
  • refreshConfigurationCache
Manage the cache configuration
  • getReplicationConfiguration()
  • updateReplicationConfiguration()
Manage replication configuration
  • getMessagingConfiguration()
  • updateMessagingConfiguration()
Manage messaging configuration
  • getSolutionManagerConfiguration()
  • updateSolutionManagerConfiguration()
Manage the Solution Manager configuration
  • getDCNConfiguration()
  • updateDCNConfiguration()
Manage data change notification (DCN) configuration
  • getWebContainerCommonConfiguration
  • updateWebContainerCommonConfiguration
  • commitWebContainerConfiguration
  • refreshWebContainerConfiguration
Manage the Hybrid Web Container configuration
  • getHTTPListenerConfigurations
  • addHTTPListenerConfiguration
  • deleteHTTPListenerConfiguration
  • updateHTTPListenerConfiguration
Manage HTTP listener configurations
  • getSSLSecurityProfileConfigurations()
  • addSSLSecurityProfileConfiguration()
  • deleteSSLSecurityProfileConfiguration()
  • updateSSLSecurityProfileConfiguration()
Manage the SSL security profile configuration
  • getKeyStoreConfiguration
  • updateKeyStoreConfiguration
Manage the keystore configuration
  • getTrustStoreConfiguration
  • updateTrustStoreConfiguration
Manage the truststore configuration
  • refresh
  • commit
Manage the server configurations locally

Documented in: Developer Guide: SAP Mobile Server Runtime, see Managing Clusters

Related reference
SUPCluster API Changes
SUPServerConfiguration API Changes
SUPRelayServer API Changes
SUPDomain API Changes
SUPMobileWorkflow API Changes
SUPMobileHybridApp API Changes
SUPApplication API Changes
SUPSecurityConfiguration API Changes