Class StaleStateProtectionServiceImpl

java.lang.Object
org.broadleafcommerce.common.security.service.StaleStateProtectionServiceImpl
All Implemented Interfaces:
StaleStateProtectionService

@Service("blStaleStateProtectionService") public class StaleStateProtectionServiceImpl extends Object implements StaleStateProtectionService
Author:
jfischer
See Also:
  • Field Details

    • STATEVERSIONTOKEN

      public static final String STATEVERSIONTOKEN
      See Also:
    • STATECHANGENOTIFICATIONTOKEN

      public static final String STATECHANGENOTIFICATIONTOKEN
      See Also:
    • STATEVERSIONTOKENPARAMETER

      public static final String STATEVERSIONTOKENPARAMETER
      See Also:
    • staleStateProtectionEnabled

      @Value("${stale.state.protection.enabled:false}") protected boolean staleStateProtectionEnabled
  • Constructor Details

    • StaleStateProtectionServiceImpl

      public StaleStateProtectionServiceImpl()
  • Method Details