@groovy.transform.CompileStatic interface AccessDecisionManager
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract void |
decide(Authentication authentication, java.lang.Object object, java.util.Collection<ConfigAttribute> configAttributes) |
|
abstract boolean |
supports(ConfigAttribute attribute) |
|
abstract boolean |
supports(java.lang.Class<?> clazz) |