com.atlassian.bamboo.security.acegi.vote
Class GlobalReadVoter

java.lang.Object
  extended by org.acegisecurity.vote.AbstractAclVoter
      extended by org.acegisecurity.vote.AclEntryVoter
          extended by com.atlassian.bamboo.security.acegi.vote.RestrictedAdminAwareVoter
              extended by com.atlassian.bamboo.security.acegi.vote.GlobalVoter
                  extended by com.atlassian.bamboo.security.acegi.vote.GlobalReadVoter
All Implemented Interfaces:
org.acegisecurity.vote.AccessDecisionVoter

public class GlobalReadVoter
extends GlobalVoter


Field Summary
 
Fields inherited from interface org.acegisecurity.vote.AccessDecisionVoter
ACCESS_ABSTAIN, ACCESS_DENIED, ACCESS_GRANTED
 
Constructor Summary
GlobalReadVoter(org.acegisecurity.acls.AclService aclService, java.lang.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 org.acegisecurity.vote.AclEntryVoter
getInternalMethod, getProcessConfigAttribute, setInternalMethod, setObjectIdentityRetrievalStrategy, setSidRetrievalStrategy, supports
 
Methods inherited from class org.acegisecurity.vote.AbstractAclVoter
getProcessDomainObjectClass, setProcessDomainObjectClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalReadVoter

public GlobalReadVoter(org.acegisecurity.acls.AclService aclService,
                       java.lang.String processConfigAttribute)


Copyright © 2012 Atlassian. All Rights Reserved.