Uses of Interface
org.apache.fulcrum.security.ModelManager
Packages that use ModelManager
Package
Description
-
Uses of ModelManager in org.apache.fulcrum.security
Fields in org.apache.fulcrum.security declared as ModelManagerModifier and TypeFieldDescriptionprotected ModelManager
BaseSecurityService.modelManager
The instance of ModelManager the SecurityService usesMethods in org.apache.fulcrum.security with type parameters of type ModelManagerModifier and TypeMethodDescription<T extends ModelManager>
TSecurityService.getModelManager()
Returns the configured ModelManager object that can then be casted to the specific model.Methods in org.apache.fulcrum.security that return ModelManagerModifier and TypeMethodDescriptionBaseSecurityService.getModelManager()
Returns the configured ModelManager. -
Uses of ModelManager in org.apache.fulcrum.security.model.basic
Subinterfaces of ModelManager in org.apache.fulcrum.security.model.basicModifier and TypeInterfaceDescriptioninterface
Describes all the relationships between entities in the "Basic" model. -
Uses of ModelManager in org.apache.fulcrum.security.model.dynamic
Subinterfaces of ModelManager in org.apache.fulcrum.security.model.dynamicModifier and TypeInterfaceDescriptioninterface
Describes all the relationships between entities in the "Dynamic" model.Classes in org.apache.fulcrum.security.model.dynamic that implement ModelManagerModifier and TypeClassDescriptionclass
Holds shared functionality between different implementations of DyanamicModelManager's. -
Uses of ModelManager in org.apache.fulcrum.security.model.turbine
Subinterfaces of ModelManager in org.apache.fulcrum.security.model.turbineModifier and TypeInterfaceDescriptioninterface
Describes all the relationships between entities in the "Turbine" model.Classes in org.apache.fulcrum.security.model.turbine that implement ModelManagerModifier and TypeClassDescriptionclass
Holds shared functionality between different implementations of TurbineModelManager's.