Indicates whether this {@code AccessDecisionVoter} is able to vote on the passed {@code ConfigAttribute}.
This allows the {@code AbstractSecurityInterceptor} to check every configuration attribute can be consumed bythe configured {@code AccessDecisionManager} and/or {@code RunAsManager} and/or {@code AfterInvocationManager}.
@param attribute a configuration attribute that has been configured against the{@code AbstractSecurityInterceptor}
@return true if this {@code AccessDecisionVoter} can support the passed configuration attribute