Interface IPluginAccessProperty

  • All Superinterfaces:
    IAccessProperty, INamedUiElement, Serializable

    public interface IPluginAccessProperty
    extends IAccessProperty
    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
    • 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:
        getChildren in interface IAccessProperty
        Returns:
        Collection of the children of this property.