This concrete implementation simply polls all configured
AccessDecisionVoter s and grants access
if any AccessDecisionVoter voted affirmatively. Denies access only if there was a deny vote AND no
affirmative votes.
Parameters: authentication - the caller invoking the method Parameters: object - the secured object Parameters: config - the configuration attributes associated with the method being invoked throws: AccessDeniedException - if access is denied
Fields inherited from org.acegisecurity.vote.AbstractAccessDecisionManager