Class ProjectIsVisibleVoter
- java.lang.Object
-
- org.acegisecurity.vote.AbstractAclVoter
-
- org.acegisecurity.vote.AclEntryVoter
-
- com.atlassian.bamboo.security.acegi.vote.AbstractBambooAclEntryVoter
-
- com.atlassian.bamboo.security.acegi.vote.WebworkAclVoter
-
- com.atlassian.bamboo.security.acegi.vote.ProjectIsVisibleVoter
-
- All Implemented Interfaces:
org.acegisecurity.vote.AccessDecisionVoter
public class ProjectIsVisibleVoter extends WebworkAclVoter
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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)
-
Methods inherited from class com.atlassian.bamboo.security.acegi.vote.WebworkAclVoter
getDomainObjectInstance, supports, vote
-
Methods inherited from class com.atlassian.bamboo.security.acegi.vote.AbstractBambooAclEntryVoter
getAclService, getInnerDomainObject, getObjectIdentityRetrievalStrategy, getRequirePermission, getSidRetrievalStrategy, setObjectIdentityRetrievalStrategy, setSidRetrievalStrategy, toString, vote
-
Methods inherited from class org.acegisecurity.vote.AclEntryVoter
getInternalMethod, getProcessConfigAttribute, setInternalMethod, supports
-
-
-
-
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)
-
-