@groovy.transform.CompileStatic @groovy.util.logging.Slf4j class WebExpressionVoter extends java.lang.Object implements AccessDecisionVoter<FilterInvocation>
Based on the class of the same name in Spring Security which uses the package-default WebExpressionConfigAttribute.
| Type | Name and description |
|---|---|
SecurityExpressionHandler<FilterInvocation> |
expressionHandlerDependency injection for the expression handler. |
| Constructor and description |
|---|
WebExpressionVoter() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected WebExpressionConfigAttribute |
findConfigAttribute(java.util.Collection<ConfigAttribute> attributes) |
|
boolean |
supports(ConfigAttribute attribute) |
|
boolean |
supports(java.lang.Class<?> clazz) |
|
int |
vote(Authentication authentication, FilterInvocation fi, java.util.Collection<ConfigAttribute> attributes) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Dependency injection for the expression handler.