Class MCRParentRuleStrategy

java.lang.Object
org.mycore.access.strategies.MCRParentRuleStrategy
All Implemented Interfaces:
MCRAccessCheckStrategy

public class MCRParentRuleStrategy extends Object implements MCRAccessCheckStrategy
Use this class if you want to have a fallback to ancestor access rules. First a check is done for the MCRObjectID. If no rule for the ID is specified it will be tried to check the permission agains the MCRObjectID of the parent object and so on.
Version:
$Revision$ $Date$
Author:
Thomas Scheffler (yagee)
  • Constructor Details

    • MCRParentRuleStrategy

      public MCRParentRuleStrategy()
  • Method Details