| Package | Description |
|---|---|
| org.vaadin.spring.security.navigation |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
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.