public class PermissionsEvaluationServiceVetoBeatsAllow extends PermissionsEvaluationServiceAbstract
| Constructor and Description |
|---|
PermissionsEvaluationServiceVetoBeatsAllow() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ApplicationPermissionValue> |
ordered(Collection<ApplicationPermissionValue> permissionValues)
Reverses the natural order of the
ApplicationPermissionValues. |
evaluatepublic PermissionsEvaluationServiceVetoBeatsAllow()
protected Collection<ApplicationPermissionValue> ordered(Collection<ApplicationPermissionValue> permissionValues)
ApplicationPermissionValues.
This implementation relies on the fact that the ApplicationPermissionValues are
passed through in natural order, with the leading part based on the
rule and with
ApplicationPermissionRule in turn comparable so that allow
is ordered before veto.
ordered in class PermissionsEvaluationServiceAbstractCopyright © 2010–2020 The Apache Software Foundation. All rights reserved.