@groovy.transform.CompileStatic class GroovyAwareAclVoter extends java.lang.Object implements AccessDecisionVoter<MethodInvocation>
Dummy voter that votes yes on Groovy methods like getMetaClass() since they wouldn't be secured but if all voters abstain access is denied.
| Modifiers | Name | Description |
|---|---|---|
protected static java.util.List<java.lang.String> |
NON_SECURABLE_METHODS |
| Constructor and description |
|---|
GroovyAwareAclVoter() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
supports(ConfigAttribute attribute) |
|
boolean |
supports(java.lang.Class<?> clazz) |
|
int |
vote(Authentication authentication, MethodInvocation object, 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) |