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
-
Field Summary
Fields inherited from interface org.acegisecurity.vote.AccessDecisionVoter
ACCESS_ABSTAIN, ACCESS_DENIED, ACCESS_GRANTED
-
Constructor Summary
ConstructorDescriptionProjectRepositoryAdminWebworkAclVoter
(org.acegisecurity.acls.AclService aclService, String processConfigAttribute) -
Method Summary
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
Methods inherited from class org.acegisecurity.vote.AbstractAclVoter
getProcessDomainObjectClass, setProcessDomainObjectClass
-
Constructor Details
-
ProjectRepositoryAdminWebworkAclVoter
public ProjectRepositoryAdminWebworkAclVoter(org.acegisecurity.acls.AclService aclService, String processConfigAttribute)
-
-
Method Details
-
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
-