Uses of Class
org.apache.fulcrum.security.spi.AbstractManager
-
Packages that use AbstractManager Package Description org.apache.fulcrum.security.model.basic org.apache.fulcrum.security.model.dynamic org.apache.fulcrum.security.model.turbine org.apache.fulcrum.security.spi -
-
Uses of AbstractManager in org.apache.fulcrum.security.model.basic
Subclasses of AbstractManager in org.apache.fulcrum.security.model.basic Modifier and Type Class Description classBasicACLFactoryThis factory creates instance of the DynamicAccessControlList -
Uses of AbstractManager in org.apache.fulcrum.security.model.dynamic
Subclasses of AbstractManager in org.apache.fulcrum.security.model.dynamic Modifier and Type Class Description classAbstractDynamicModelManagerHolds shared functionality between different implementations of DyanamicModelManager's.classDynamicACLFactoryThis factory creates instance of the DynamicAccessControlList -
Uses of AbstractManager in org.apache.fulcrum.security.model.turbine
Subclasses of AbstractManager in org.apache.fulcrum.security.model.turbine Modifier and Type Class Description classAbstractTurbineModelManagerHolds shared functionality between different implementations of TurbineModelManager's.classTurbineACLFactoryThis factory creates instance of the TurbineAccessControlList -
Uses of AbstractManager in org.apache.fulcrum.security.spi
Subclasses of AbstractManager in org.apache.fulcrum.security.spi Modifier and Type Class Description classAbstractEntityManagerThis abstract implementation provides most of the functionality that a manager will need.classAbstractGroupManagerThis implementation keeps all objects in memory.classAbstractPermissionManagerThis implementation keeps all objects in memory.classAbstractRoleManagerThis implementation keeps all objects in memory.classAbstractUserManagerThis implementation keeps all objects in memory.
-