public interface VaadinLogoutHandler
VaadinSecurity.logout(), a logout handler
will be retrieved from the application context and invoked.VaadinRedirectLogoutHandler| Modifier and Type | Interface and Description |
|---|---|
static class |
VaadinLogoutHandler.NullHandler
Implementation of
VaadinLogoutHandler that does nothing. |
| Modifier and Type | Method and Description |
|---|---|
void |
onLogout()
Called when the user should be logged out.
|
Copyright © 2017. All rights reserved.