Class ModelManagerDummyImpl
- java.lang.Object
- 
- org.apache.avalon.framework.logger.AbstractLogEnabled
- 
- org.apache.fulcrum.security.spi.AbstractManager
- 
- org.apache.fulcrum.security.model.turbine.AbstractTurbineModelManager
- 
- org.apache.fulcrum.security.model.turbine.test.ModelManagerDummyImpl
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.avalon.framework.activity.Disposable,- org.apache.avalon.framework.configuration.Configurable,- org.apache.avalon.framework.logger.LogEnabled,- org.apache.avalon.framework.service.Serviceable,- org.apache.avalon.framework.thread.ThreadSafe,- TurbineModelManager,- ModelManager
 
 public class ModelManagerDummyImpl extends AbstractTurbineModelManager - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.fulcrum.security.model.turbine.TurbineModelManagerTurbineModelManager.Privilege
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.fulcrum.security.spi.AbstractManagermanager
 - 
Fields inherited from interface org.apache.fulcrum.security.ModelManagerROLE
 - 
Fields inherited from interface org.apache.fulcrum.security.model.turbine.TurbineModelManagerGLOBAL_GROUP_ATTR_NAME, GLOBAL_GROUP_NAME
 
- 
 - 
Constructor SummaryConstructors Constructor Description ModelManagerDummyImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgrant(Role role, Permission permission)voidgrant(User user, Group group, Role role)voidreplace(User user, Role oldRole, Role newRole)voidrevoke(Role role, Permission permission)voidrevoke(User user, Group group, Role role)- 
Methods inherited from class org.apache.fulcrum.security.model.turbine.AbstractTurbineModelManagerconfigure, getGlobalGroup, getGlobalGroupName, revokeAll, revokeAll, revokeAll, revokeAll
 - 
Methods inherited from class org.apache.fulcrum.security.spi.AbstractManagerdispose, getGroupManager, getPermissionManager, getRoleManager, getServiceManager, getUserManager, release, resolve, service
 
- 
 
- 
- 
- 
Constructor Detail- 
ModelManagerDummyImplpublic ModelManagerDummyImpl() 
 
- 
 - 
Method Detail- 
grantpublic void grant(Role role, Permission permission) throws DataBackendException, UnknownEntityException 
 - 
revokepublic void revoke(Role role, Permission permission) throws DataBackendException, UnknownEntityException 
 - 
grantpublic void grant(User user, Group group, Role role) throws DataBackendException, UnknownEntityException 
 - 
revokepublic void revoke(User user, Group group, Role role) throws DataBackendException, UnknownEntityException 
 - 
replacepublic void replace(User user, Role oldRole, Role newRole) throws DataBackendException - Throws:
- DataBackendException
 
 
- 
 
-