SUPServerConfiguration API Changes

API changes for SUPServerConfiguration, used to administer the SAP Mobile Server. With this release, most SUPServerConfiguration methods have been deprecated, except the OutboundEnabler and JVM-related API.

New SUP Server Configuration Methods
Methods Description
  • startOutboundEnablers
  • stopOutboundEnablers
  • getOutboundEnabler
  • getOutboundEnablers
  • saveOutboundEnabler
  • updateOutboundEnabler
  • deleteOutboundEnabler
  • deleteOutboundEnablers
  • addOutboundEnablerCertificates
  • getOutboundEnablerCertificates
  • deleteOutboundEnablerCertificateFile
  • deleteOutboundEnablerCertificateFiles
Manage outbound enablers.
Deprecated SUP Server Configuration Administration Methods
Methods Description
  • getReplicationSyncServerConfiguration()
  • updateReplicationSyncServerConfiguration()
Manage the replication synchronization server configuration
  • getMessagingSyncServerConfiguration()
  • updateMessagingSyncServerConfiguration()
Manage the messaging synchronization server configuration
  • getConsolidatedDatabaseConfiguration()
Manage the viewing of the consolidated database configuration
  • getAdministrationListenerConfiguration()
  • updateAdministrationListenerConfiguration()
Manage the administration listener configuration
  • getHTTPListenerConfigurations()
  • addHTTPListenerConfiguration()
  • deleteHTTPListenerConfiguration()
  • updateHTTPListenerConfiguration()
Manage the HTTP listener configuration
  • getSecureHTTPListenerConfigurations()
  • addSecureHTTPListenerConfiguration()
  • deleteSecureHTTPListenerConfiguration()
  • updateSecureHTTPListenerConfiguration()
Manage the HTTPS listener configuration
  • getSSLSecurityProfileConfigurations()
  • addSSLSecurityProfileConfiguration()
  • deleteSSLSecurityProfileConfiguration()
  • updateSSLSecurityProfileConfiguration()
Manage the SSL security profile configuration
  • getKeyStoreConfiguration()
  • updateKeyStoreConfiguration()
Manage the key store configuration
  • getTrustStoreConfiguration()
  • updateTrustStoreConfiguration()
Manage the truststore configuration
  • getApplePushNotificationConfigurations()
  • addApplePushNotificationConfiguration()
  • deleteApplePushNotificationConfiguration()
  • updateApplePushNotificationConfiguration()
Manage Apple native notification configuration
Deprecated SUPServerConfiguration Methods
Methods Description
  • ReplicationSyncServer
  • ReplicationNotifier_Push
  • ReplicationPushNotificationGateway
Manage the replication synchronization server
  • MessagingSyncServer
Manage the messaging synchronization server
  • AdministrationListener
  • SecureAdministrationListener
  • HTTPListener
  • SecureHTTPListener
Manage the administration listener
  • SSLSecurityProfile
  • TrustStore
  • ReplicationNotifier_Pull
  • OCSP
Manage metadata-based server components
  • getSSLSecurityProfileConfiguration
  • addSSLSecurityProfileConfiguration
  • deleteSSLSecurityProfileConfiguration
  • updateSSLSecurityProfileConfiguration
Manage the security profile configurations
  • getKeyStoreConfiguration
  • updateKeyStoreConfiguration
Manage the keystore configuration
  • getTrustStoreConfiguration
  • updateTrustStoreConfiguration
Manage the truststore configuration
  • getHTTPListenerConfigurations
  • addHTTPListenerConfiguration
  • deleteHTTPListenerConfiguration
  • updateHTTPListenerConfiguration
Manage HTTP listener configurations

Documented in: Developer Guide: SAP Mobile Server Runtime, see Controlling SAP Mobile Server (SUPServer Interface)

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