public interface AccessDecisionVoterContext extends Serializable
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
|
AccessDecisionState |
getState()
Exposes the current state
|
List<SecurityViolation> |
getViolations()
Exposes the found violations
|
AccessDecisionState getState()
List<SecurityViolation> getViolations()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.