@groovy.util.logging.Slf4j @groovy.transform.CompileStatic class ClosureVoter extends java.lang.Object implements AccessDecisionVoter<FilterInvocation>, ApplicationContextAware
| Type | Name and description |
|---|---|
ApplicationContext |
applicationContext |
| Constructor and description |
|---|
ClosureVoter() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
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) |