Interface IPluginAccessProperty
- All Superinterfaces:
IAccessProperty
,INamedUiElement
,Serializable
Interface for a custom access property provided by an access property plugin, see
IPluginAccessProperty
. A
custom access property will show up in the user role menu in the backend UI. It may be used, for example, to control
whether a user is granted access to a custom plugin portal page.- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends IPluginAccessProperty>
A list of the children of this access property.Methods inherited from interface de.xima.fc.interfaces.IAccessProperty
getDefaultValue, getKey
Methods inherited from interface de.xima.fc.interfaces.INamedUiElement
getDisplayName
-
Method Details
-
getChildren
Collection<? extends IPluginAccessProperty> getChildren()A list of the children of this access property. When a parent property is enabled in the UI, each child property may be configured separately in a menu. This allows for a fine-grained control of a user's permissions.- Specified by:
getChildren
in interfaceIAccessProperty
- Returns:
Collection
of the children of this property.
-