public interface AccessDecisionVoterContext
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getMetaData()
Exposes the found meta-data
|
<T> T |
getMetaDataFor(String key,
Class<T> targetType)
Exposes meta-data for the given key
|
<T> T |
getSource()
TODO review it (this method is new)
Exposes the source e.g.
|
AccessDecisionState |
getState()
Exposes the current state
|
List<SecurityViolation> |
getViolations()
Exposes the found violations
|
AccessDecisionState getState()
List<SecurityViolation> getViolations()
<T> T getSource()
InvocationContext
Copyright © 2016 The Apache Software Foundation. All rights reserved.