abstractpublic class AbstractAccessDecisionManager implements AccessDecisionManager,InitializingBean,MessageSourceAware(Code)
Abstract implementation of
AccessDecisionManager .
Handles configuration of a bean context defined list of
AccessDecisionVoter s and the access control behaviour if all voters
abstain from voting (defaults to deny access).
Iterates through all AccessDecisionVoters and ensures
each can support the presented class.
If one or more voters cannot support the presented class,
false is returned.
Parameters: clazz - DOCUMENT ME! DOCUMENT ME!