Class WebworkNewObjectAclVoter

java.lang.Object
com.atlassian.bamboo.security.acegi.vote.WebworkNewObjectAclVoter
All Implemented Interfaces:
org.acegisecurity.vote.AccessDecisionVoter

public class WebworkNewObjectAclVoter extends Object implements org.acegisecurity.vote.AccessDecisionVoter
  • Constructor Details

    • WebworkNewObjectAclVoter

      public WebworkNewObjectAclVoter(String processConfigAttribute)
  • Method Details

    • vote

      public int vote(org.acegisecurity.Authentication authentication, Object object, org.acegisecurity.ConfigAttributeDefinition config)
      Specified by:
      vote in interface org.acegisecurity.vote.AccessDecisionVoter
    • supports

      public boolean supports(Class clazz)
      Specified by:
      supports in interface org.acegisecurity.vote.AccessDecisionVoter
    • supports

      public boolean supports(org.acegisecurity.ConfigAttribute attribute)
      Specified by:
      supports in interface org.acegisecurity.vote.AccessDecisionVoter
    • getProcessConfigAttribute

      public String getProcessConfigAttribute()
    • setProcessConfigAttribute

      public void setProcessConfigAttribute(String processConfigAttribute)