Class ProjectRepositoryAdminWebworkAclVoter
- 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.ProjectRepositoryAdminWebworkAclVoter
-
- All Implemented Interfaces:
org.acegisecurity.vote.AccessDecisionVoter
public class ProjectRepositoryAdminWebworkAclVoter extends WebworkAclVoter
-
-
Constructor Summary
Constructors Constructor Description ProjectRepositoryAdminWebworkAclVoter(org.acegisecurity.acls.AclService aclService, String processConfigAttribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
vote(org.acegisecurity.Authentication authentication, Object object, org.acegisecurity.ConfigAttributeDefinition config)
Overridden logic of voting for the custom flow of WebWorks/Struts.-
Methods inherited from class com.atlassian.bamboo.security.acegi.vote.WebworkAclVoter
getDomainObjectInstance, supports
-
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
-
-
-
-
Constructor Detail
-
ProjectRepositoryAdminWebworkAclVoter
public ProjectRepositoryAdminWebworkAclVoter(org.acegisecurity.acls.AclService aclService, String processConfigAttribute)
-
-
Method Detail
-
vote
public int vote(org.acegisecurity.Authentication authentication, Object object, org.acegisecurity.ConfigAttributeDefinition config)
Description copied from class:WebworkAclVoter
Overridden logic of voting for the custom flow of WebWorks/Struts.- Specified by:
vote
in interfaceorg.acegisecurity.vote.AccessDecisionVoter
- Overrides:
vote
in classWebworkAclVoter
-
-