| Class | Description |
|---|---|
| RestrictedEvaluationContextFactory |
Decorator of factory for
EvaluationContext that checks whether user has enough
privileges to evaluate expression. |
| RestrictedReadEvaluationContext |
EvaluationContext wrapper, that checks current user permissions during expression evaluation. |
| RestrictedReadPropertyAccessor |
PropertyAccessor wrapper, that checks current user permissions before it reads a value. |
| Exception | Description |
|---|---|
| RestrictedAccessException |
Exception thrown when a property value may not be provided, because current user is not allowed to read it.
|
Copyright © 2018. All rights reserved.