public interface CrowdPropertiesPersister
Modifier and Type | Method and Description |
---|---|
File |
getLocation() |
Properties |
getProperties()
Returns active Crowd properties.
|
boolean |
isWritable(String propertyName)
Returns true if the property can be modified.
|
void |
setProperties(Properties properties)
Sets Crowd properties.
|
Properties getProperties()
void setProperties(@NotNull Properties properties) throws IOException
Properties that are not writable will not be changed.
properties
- properties to setIOException
- if the properties could not be setboolean isWritable(@NotNull String propertyName)
Only properties that originate from crowd.properties in the configuration directory can be modified.
propertyName
- property to check@NotNull File getLocation()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.