Access Properties


In order to define new access properties, a class has to be created that implements the interface IPluginAccessProperties. These access properties can be assigned to user roles for controling the access to plugin functionality.

String getPropertiesGroupName(Locale locale)

Method for providing the group name of the access property. For this the given locale should be used in order to ensure proper localization.

Collection<IPluginAccessProperty> getProperties(IPluginAccessPropertiesParams params)

Returns the access properties (IPluginAccessProperty) of the group.

Access properties consist of:
a key
a default value
and Children: an optional list of sub access properties.