| Class | Description |
|---|---|
| PreAuthorizeViewInstanceAccessControl |
Implementation of
ViewInstanceAccessControl that
checks if a view has the PreAuthorize annotation and if so,
uses the VaadinSecurity instance to check if the current user is authorized to
access the view. |
| SecuredViewAccessControl |
Implementation of
ViewAccessControl that
checks if a view has the Secured annotation and if so,
uses the VaadinSecurity instance to check if the current user is authorized to
access the view. |
Copyright © 2017. All rights reserved.