Class 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
    • Field Summary

      • Fields inherited from interface net.sf.acegisecurity.vote.AccessDecisionVoter

        ACCESS_ABSTAIN, ACCESS_DENIED, ACCESS_GRANTED
    • 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
    • Constructor Detail

      • RMACLEntryVoter

        public RMACLEntryVoter()
    • Method Detail

      • setOwnableService

        public void setOwnableService​(org.alfresco.service.cmr.security.OwnableService ownableService)
        Overrides:
        setOwnableService in class org.alfresco.repo.security.permissions.impl.acegi.ACLEntryVoter