public interface RestUserRepositoryConfigurationService
Modifier and Type | Method and Description |
---|---|
RestUserRepositoryConfiguration |
getRestRepositoryConfiguration()
Retrieve repository configuration
|
void |
updateRestRepositoryConfiguration(RestUserRepositoryConfiguration restUserRepositoryConfiguration)
Update repository configuration
|
@NotNull RestUserRepositoryConfiguration getRestRepositoryConfiguration()
@NotNull void updateRestRepositoryConfiguration(RestUserRepositoryConfiguration restUserRepositoryConfiguration) throws WebValidationException, IOException, com.atlassian.user.configuration.ConfigurationException
restUserRepositoryConfiguration
- the configuration to be updatedWebValidationException
- if an invalid configuration is providedIOException
- if the configuration could not be updatedcom.atlassian.user.configuration.ConfigurationException
- if the configuration could not be loadedCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.