| Package | Description |
|---|---|
| org.vaadin.spring.security | |
| org.vaadin.spring.security.managed | |
| org.vaadin.spring.security.navigation | |
| org.vaadin.spring.security.shared |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVaadinSecurity
Abstract base class for implementations of
VaadinSecurity |
| Modifier and Type | Method and Description |
|---|---|
void |
VaadinSecurityAware.setVaadinSecurity(VaadinSecurity vaadinSecurity)
Set the VaadinSecurity.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
VaadinManagedSecurity
Extension of
VaadinSecurity that is used when Vaadin is managing the
security of the web application. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultVaadinManagedSecurity
Default implementation of
VaadinManagedSecurity. |
| Modifier and Type | Method and Description |
|---|---|
void |
SecuredViewAccessControl.setVaadinSecurity(VaadinSecurity vaadinSecurity) |
void |
PreAuthorizeViewInstanceAccessControl.setVaadinSecurity(VaadinSecurity vaadinSecurity) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VaadinSharedSecurity
Extension of of
VaadinSecurity that is used when Vaadin is participating
in an existing Spring Web Security setup. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultVaadinSharedSecurity
Default implementation of
VaadinSharedSecurity. |
Copyright © 2017. All rights reserved.