@Component public class RestSecuritySettingsServiceImpl extends Object implements RestSecuritySettingsService
Constructor and Description |
---|
RestSecuritySettingsServiceImpl(AdministrationConfigurationService administrationConfigurationService,
FeatureManager featureManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
RestPermissionCheck restPermissionCheck) |
Modifier and Type | Method and Description |
---|---|
@NotNull RestSecuritySettings |
getRestSecuritySettings()
Retrieve security settings from bamboo.
|
void |
updateSecuritySettings(@NotNull RestSecuritySettings restSecuritySettings)
Updates the security settings on bamboo.
|
@Inject public RestSecuritySettingsServiceImpl(AdministrationConfigurationService administrationConfigurationService, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, RestPermissionCheck restPermissionCheck)
@NotNull public @NotNull RestSecuritySettings getRestSecuritySettings()
RestSecuritySettingsService
getRestSecuritySettings
in interface RestSecuritySettingsService
RestSecuritySettings
public void updateSecuritySettings(@NotNull @NotNull RestSecuritySettings restSecuritySettings) throws WebValidationException, org.quartz.SchedulerException
RestSecuritySettingsService
updateSecuritySettings
in interface RestSecuritySettingsService
restSecuritySettings
- The settings to be updatedWebValidationException
- if there settings provided are invalidorg.quartz.SchedulerException
- if there is a problem with the schedulerCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.