@groovy.transform.CompileStatic class PreInvocationAuthorizationAdviceVoter extends java.lang.Object implements AccessDecisionVoter<MethodInvocation>
| Type | Name and description |
|---|---|
ExpressionBasedPreInvocationAdvice |
preInvocationAdvice |
| Constructor and description |
|---|
PreInvocationAuthorizationAdviceVoter(ExpressionBasedPreInvocationAdvice preInvocationAdvice) |
| 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) |