public class SecuritySettingsResource extends Object
Constructor and Description |
---|
SecuritySettingsResource(com.atlassian.sal.api.ApplicationProperties applicationProperties,
RestSecuritySettingsService restSecuritySettingsService) |
Modifier and Type | Method and Description |
---|---|
RestSecuritySettings |
getSecuritySettings()
The REST endpoint to retrieve security settings.
|
javax.ws.rs.core.Response |
updateRestSecuritySettings(RestSecuritySettings restSecuritySettings)
The REST endpoint to update security settings.
|
public static final String REST_PATH
public SecuritySettingsResource(com.atlassian.sal.api.ApplicationProperties applicationProperties, RestSecuritySettingsService restSecuritySettingsService)
public RestSecuritySettings getSecuritySettings()
RestSecuritySettings
public javax.ws.rs.core.Response updateRestSecuritySettings(RestSecuritySettings restSecuritySettings) throws WebValidationException, org.quartz.SchedulerException
restSecuritySettings
- Settings to be updated. Partial update supportedWebValidationException
- If there is a validation error. This maps to a 400 Bad request reponse.org.quartz.SchedulerException
- If there is a problem with the schedulerCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.