| Package | Description |
|---|---|
| org.vaadin.spring.security | |
| org.vaadin.spring.security.managed | |
| org.vaadin.spring.security.shared |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VaadinSecurity
Interface that provides the Spring Security operations that are most commonly required
in a Vaadin application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVaadinSecurity
Abstract base class for implementations of
VaadinSecurity |
| Modifier and Type | Method and Description |
|---|---|
void |
VaadinSecurityContextAware.setVaadinSecurityContext(VaadinSecurityContext vaadinSecurityContext)
Set the VaadinSecurityContext.
|
| 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 | 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.