public static final class VaadinAuthenticationSuccessHandler.NullHandler extends Object implements VaadinAuthenticationSuccessHandler
VaadinAuthenticationSuccessHandler that does nothing.VaadinAuthenticationSuccessHandler.NullHandler| Constructor and Description |
|---|
NullHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationSuccess(Authentication authentication)
Called when a user has been successfully authenticated.
|
public void onAuthenticationSuccess(Authentication authentication) throws Exception
VaadinAuthenticationSuccessHandleronAuthenticationSuccess in interface VaadinAuthenticationSuccessHandlerauthentication - the Authentication object which was created during the authentication process.ExceptionCopyright © 2017. All rights reserved.