public interface VaadinAuthenticationSuccessHandler
AuthenticationSuccessHandler| Modifier and Type | Interface and Description |
|---|---|
static class |
VaadinAuthenticationSuccessHandler.NullHandler
Implementation of
VaadinAuthenticationSuccessHandler that does nothing. |
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationSuccess(Authentication authentication)
Called when a user has been successfully authenticated.
|
void onAuthenticationSuccess(Authentication authentication) throws Exception
authentication - the Authentication object which was created during the authentication process.ExceptionCopyright © 2017. All rights reserved.