Interface ResetConfigurationStrategy

  • All Known Implementing Classes:
    DefaultResetConfigurationStrategy

    public interface ResetConfigurationStrategy
    Base strategy of resetting configuration to defaults. Strategy is used to check whether to execute automated configuration reset triggered on specific event (i.e. user login) or not.
    • Method Detail

      • getResetScopes

        java.util.Set<java.lang.String> getResetScopes​(java.lang.String trigger)
      • isTriggerConfigured

        boolean isTriggerConfigured​(java.lang.String trigger)