| Interface | Description |
|---|---|
| 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. |
| Class | 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. |
| DefaultVaadinSharedSecurity |
Default implementation of
VaadinSharedSecurity. |
| PushSecurityInterceptor |
An Atmosphere interceptor that populates the
SecurityContextHolder with a security context
read from a SecurityContextRepository. |
| SavedRequestAwareVaadinAuthenticationSuccessHandler |
An authentication success strategy which can make use of the
VaadinRedirectStrategy which may have been stored in
the session by the ExceptionTranslationFilter. |
| VaadinAuthenticationSuccessHandler.NullHandler |
Implementation of
VaadinAuthenticationSuccessHandler that does nothing. |
| VaadinLogoutHandler.NullHandler |
Implementation of
VaadinLogoutHandler that does nothing. |
| VaadinRedirectLogoutHandler |
A logout handler that will redirect the user to a logout URL, that
will take care of the actual logging out.
|
| VaadinSessionClosingLogoutHandler |
A
LogoutHandler that closes all the Vaadin sessions in the current HTTP servlet session. |
| VaadinUrlAuthenticationSuccessHandler |
VaadinAuthenticationSuccessHandler which can be configured with a default URL which users should be
sent to upon successful authentication.
|
Copyright © 2017. All rights reserved.