| Package | Description |
|---|---|
| org.vaadin.spring.security.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
PreAuthorizeViewProviderAccessDelegate
Implementation of
ViewAccessControl 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 |
SecuredViewProviderAccessDelegate
Implementation of
ViewAccessControl and ViewInstanceAccessControl 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 © 2015. All rights reserved.