Class TurbineACLFactory
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.fulcrum.security.spi.AbstractManager
org.apache.fulcrum.security.model.turbine.TurbineACLFactory
- All Implemented Interfaces:
org.apache.avalon.framework.activity.Disposable
,org.apache.avalon.framework.logger.LogEnabled
,org.apache.avalon.framework.service.Serviceable
,org.apache.avalon.framework.thread.ThreadSafe
,ACLFactory
public class TurbineACLFactory extends AbstractManager implements ACLFactory
This factory creates instance of the TurbineAccessControlList
- Version:
- $Id: DynamicACLFactory.java 1374616 2012-08-18 17:26:07Z tv $
- Author:
- Thomas Vandahl
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TurbineACLFactory()
-
Method Summary
Modifier and Type Method Description <T extends AccessControlList>
TgetAccessControlList(User user)
protected TurbineModelManager
getTurbineModelManager()
Methods inherited from class org.apache.fulcrum.security.spi.AbstractManager
dispose, getGroupManager, getPermissionManager, getRoleManager, getServiceManager, getUserManager, release, resolve, service
-
Constructor Details
-
TurbineACLFactory
public TurbineACLFactory()
-
-
Method Details
-
getTurbineModelManager
- Returns:
- A model manager
- Throws:
DataBackendException
- generic exception
-
getAccessControlList
- Specified by:
getAccessControlList
in interfaceACLFactory
-