public class WebworkAclVoter extends AbstractBambooAclEntryVoter
| Constructor and Description | 
|---|
WebworkAclVoter(org.acegisecurity.acls.AclService aclService,
               String processConfigAttribute,
               org.acegisecurity.acls.Permission[] requirePermission)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected @Nullable Object | 
getDomainObjectInstance(Object secureObject)  | 
boolean | 
supports(Class clazz)  | 
int | 
vote(org.acegisecurity.Authentication authentication,
    Object object,
    org.acegisecurity.ConfigAttributeDefinition config)
Overridden logic of voting for the custom flow of WebWorks/Struts. 
 | 
getAclService, getInnerDomainObject, getObjectIdentityRetrievalStrategy, getRequirePermission, getSidRetrievalStrategy, setObjectIdentityRetrievalStrategy, setSidRetrievalStrategy, toString, votegetInternalMethod, getProcessConfigAttribute, setInternalMethod, supportspublic WebworkAclVoter(org.acegisecurity.acls.AclService aclService,
                       String processConfigAttribute,
                       org.acegisecurity.acls.Permission[] requirePermission)
public int vote(org.acegisecurity.Authentication authentication,
                Object object,
                org.acegisecurity.ConfigAttributeDefinition config)
vote in interface org.acegisecurity.vote.AccessDecisionVotervote in class AbstractBambooAclEntryVoter@Nullable protected @Nullable Object getDomainObjectInstance(Object secureObject)
getDomainObjectInstance in class org.acegisecurity.vote.AbstractAclVoterpublic boolean supports(Class clazz)
supports in interface org.acegisecurity.vote.AccessDecisionVotersupports in class org.acegisecurity.vote.AbstractAclVoterCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.