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 class
BasicACLFactory
This 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 class
AbstractDynamicModelManager
Holds shared functionality between different implementations of DyanamicModelManager's.class
DynamicACLFactory
This 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 class
AbstractTurbineModelManager
Holds shared functionality between different implementations of TurbineModelManager's.class
TurbineACLFactory
This 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 class
AbstractEntityManager
This abstract implementation provides most of the functionality that a manager will need.class
AbstractGroupManager
This implementation keeps all objects in memory.class
AbstractPermissionManager
This implementation keeps all objects in memory.class
AbstractRoleManager
This implementation keeps all objects in memory.class
AbstractUserManager
This implementation keeps all objects in memory.
-