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 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, vote
getInternalMethod, getProcessConfigAttribute, setInternalMethod, supports
public 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.AccessDecisionVoter
vote
in class AbstractBambooAclEntryVoter
@Nullable protected Object getDomainObjectInstance(Object secureObject)
getDomainObjectInstance
in class org.acegisecurity.vote.AbstractAclVoter
public boolean supports(Class clazz)
supports
in interface org.acegisecurity.vote.AccessDecisionVoter
supports
in class org.acegisecurity.vote.AbstractAclVoter
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.