Class RMACLEntryVoter
- java.lang.Object
-
- org.alfresco.repo.security.permissions.impl.acegi.ACLEntryVoter
-
- org.alfresco.repo.security.permissions.impl.acegi.RMACLEntryVoter
-
- All Implemented Interfaces:
net.sf.acegisecurity.vote.AccessDecisionVoter
,org.springframework.beans.factory.InitializingBean
public class RMACLEntryVoter extends org.alfresco.repo.security.permissions.impl.acegi.ACLEntryVoter
This is a workaround to make RM 2.1 backwards compatible with the Community version 4.2.d. This class will be removed after Community 4.2.e has been released.- Since:
- 2.1
- Author:
- Tuna Aksoy
-
-
Constructor Summary
Constructors Constructor Description RMACLEntryVoter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setOwnableService(org.alfresco.service.cmr.security.OwnableService ownableService)
-
Methods inherited from class org.alfresco.repo.security.permissions.impl.acegi.ACLEntryVoter
afterPropertiesSet, getNamespacePrefixResolver, getNodeService, getOwnableService, getPermissionService, setAbstainFor, setAuthenticationService, setAuthorityService, setNamespacePrefixResolver, setNodeService, setPermissionService, supports, supports, vote
-
-