Class ProjectIsVisibleVoter

  • All Implemented Interfaces:
    org.acegisecurity.vote.AccessDecisionVoter

    public class ProjectIsVisibleVoter
    extends WebworkAclVoter
    • Method Detail

      • dontAllowToViewProject

        public static boolean dontAllowToViewProject​(org.acegisecurity.Authentication authentication,
                                                     DomainObjectSecurityAware projectDomainObjectSecurityAware,
                                                     org.acegisecurity.acls.AclService aclService,
                                                     org.acegisecurity.acls.sid.SidRetrievalStrategy sidRetrievalStrategy,
                                                     org.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy objectIdentityRetrievalStrategy)