| java.lang.Object | |
| ↳ | org.springframework.security.web.access.expression.WebExpressionVoter | 
Voter which handles web authorisation decisions.
| [Expand] Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From interface
org.springframework.security.access.AccessDecisionVoter | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Indicates whether the  AccessDecisionVoterimplementation is able to provide access control
 votes for the indicated secured object type. | |||||||||||
| Indicates whether this  AccessDecisionVoteris able to vote on the passedConfigAttribute. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.springframework.security.access.AccessDecisionVoter | |||||||||||
Indicates whether the AccessDecisionVoter implementation is able to provide access control
 votes for the indicated secured object type.
| clazz | the class that is being queried | 
|---|
Indicates whether this AccessDecisionVoter is able to vote on the passed ConfigAttribute.
 
 This allows the AbstractSecurityInterceptor to check every configuration attribute can be consumed by
 the configured AccessDecisionManager and/or RunAsManager and/or AfterInvocationManager.
| attribute | a configuration attribute that has been configured against the AbstractSecurityInterceptor | 
|---|
AccessDecisionVoter can support the passed configuration attribute