Class GlobalCreateVoter
java.lang.Object
org.acegisecurity.vote.AbstractAclVoter
org.acegisecurity.vote.AclEntryVoter
com.atlassian.bamboo.security.acegi.vote.AbstractBambooAclEntryVoter
com.atlassian.bamboo.security.acegi.vote.ProjectPlanPermissionAwareVoter
com.atlassian.bamboo.security.acegi.vote.RestrictedAdminAwareVoter
com.atlassian.bamboo.security.acegi.vote.GlobalVoter
com.atlassian.bamboo.security.acegi.vote.GlobalCreateVoter
- 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
ConstructorDescriptionGlobalCreateVoter
(org.acegisecurity.acls.AclService aclService, String processConfigAttribute) -
Method Summary
Methods inherited from class com.atlassian.bamboo.security.acegi.vote.GlobalVoter
getDomainObjectInstance, supports
Methods inherited from class com.atlassian.bamboo.security.acegi.vote.RestrictedAdminAwareVoter
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
Methods inherited from class org.acegisecurity.vote.AbstractAclVoter
getProcessDomainObjectClass, setProcessDomainObjectClass
-
Constructor Details
-
GlobalCreateVoter
public GlobalCreateVoter(org.acegisecurity.acls.AclService aclService, String processConfigAttribute)
-