| Package | Description |
|---|---|
| org.vaadin.spring.security.shared |
| Class and Description |
|---|
| AbstractVaadinAuthenticationTargetUrlRequestHandler
Base class containing the logic used by strategies which handle redirection to a URL and
are passed an
Authentication object as part of the contract. |
| VaadinAuthenticationSuccessHandler
Strategy used to handle a successful user authentication.
|
| VaadinLogoutHandler
When using shared security and invoking
VaadinSecurity.logout(), a logout handler
will be retrieved from the application context and invoked. |
| VaadinSharedSecurity
Extension of of
VaadinSecurity that is used when Vaadin is participating
in an existing Spring Web Security setup. |
| VaadinUrlAuthenticationSuccessHandler
VaadinAuthenticationSuccessHandler which can be configured with a default URL which users should be
sent to upon successful authentication.
|
Copyright © 2017. All rights reserved.