Interface IPluginAccessProperty
- 
- All Superinterfaces:
 IAccessProperty,INamedUiElement,Serializable
public interface IPluginAccessProperty extends IAccessProperty
Interface for a custom access property provided by an access property plugin, seeIPluginAccessProperty. 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<? extends IPluginAccessProperty>getChildren()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 Detail
- 
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:
 getChildrenin interfaceIAccessProperty- Returns:
 Collectionof the children of this property.
 
 - 
 
 -