Interface RestSecuritySettingsService

All Known Implementing Classes:
RestSecuritySettingsServiceImpl

public interface RestSecuritySettingsService
  • Method Details

    • getRestSecuritySettings

      @NotNull @NotNull RestSecuritySettings getRestSecuritySettings()
      Retrieve security settings from bamboo.
      Returns:
      RestSecuritySettings
    • updateSecuritySettings

      void updateSecuritySettings(@NotNull @NotNull RestSecuritySettings restSecuritySettings) throws WebValidationException, org.quartz.SchedulerException
      Updates the security settings on bamboo.
      Parameters:
      restSecuritySettings - The settings to be updated
      Throws:
      WebValidationException - if there settings provided are invalid
      org.quartz.SchedulerException - if there is a problem with the scheduler