Interface InboundServicesConfiguration
- All Superinterfaces:
MonitoringConfiguration
- All Known Implementing Classes:
DefaultInboundServicesConfiguration
Configuration for Inbound Services extension
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines if the system security is using legacy security.Methods inherited from interface de.hybris.platform.integrationservices.monitoring.MonitoringConfiguration
isMonitoringEnabled, isPayloadRetentionForErrorEnabled, isPayloadRetentionForSuccessEnabled
-
Method Details
-
isLegacySecurity
boolean isLegacySecurity()Determines if the system security is using legacy security.- Returns:
- true or false depending if the property is true or not.
-