public interface

CrowdPropertiesPersister

com.atlassian.crowd.integration.atlassianuser.CrowdPropertiesPersister
Known Indirect Subclasses

Summary

Public Methods
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.

Public Methods

public Properties getProperties ()

Returns active Crowd properties.

Returns
  • active Crowd properties

public boolean isWritable (String propertyName)

Returns true if the property can be modified.

Only properties that originate from crowd.properties in the configuration directory can be modified.

Parameters
propertyName property to check
Returns
  • true if the property can be modified

public void setProperties (Properties properties)

Sets Crowd properties.

Properties that are not writable will not be changed.

Parameters
properties properties to set
Throws
IOException if the properties could not be set