Uses of Interface
org.apache.fulcrum.security.model.turbine.TurbineModelManager
Packages that use TurbineModelManager
-
Uses of TurbineModelManager in org.apache.fulcrum.security.model.turbine
Classes in org.apache.fulcrum.security.model.turbine that implement TurbineModelManagerModifier and TypeClassDescriptionclass
Holds shared functionality between different implementations of TurbineModelManager's.Methods in org.apache.fulcrum.security.model.turbine that return TurbineModelManagerModifier and TypeMethodDescriptionprotected TurbineModelManager
TurbineACLFactory.getTurbineModelManager()
Constructors in org.apache.fulcrum.security.model.turbine with parameters of type TurbineModelManagerModifierConstructorDescriptionTurbineAccessControlListImpl
(Set<? extends TurbineUserGroupRole> turbineUserGroupRoleSet, GroupManager groupManager, RoleManager roleManager, TurbineModelManager modelManager, org.apache.avalon.framework.logger.Logger logger) Constructs a new AccessControlList.