| Package | Description |
|---|---|
| org.vaadin.spring.security.shared |
| Modifier and Type | Class and Description |
|---|---|
class |
SavedRequestAwareVaadinAuthenticationSuccessHandler
An authentication success strategy which can make use of the
VaadinRedirectStrategy which may have been stored in
the session by the ExceptionTranslationFilter. |
static class |
VaadinAuthenticationSuccessHandler.NullHandler
Implementation of
VaadinAuthenticationSuccessHandler that does nothing. |
class |
VaadinUrlAuthenticationSuccessHandler
VaadinAuthenticationSuccessHandler which can be configured with a default URL which users should be
sent to upon successful authentication.
|
| Modifier and Type | Method and Description |
|---|---|
protected VaadinAuthenticationSuccessHandler |
DefaultVaadinSharedSecurity.getVaadinAuthenticationSuccessHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultVaadinSharedSecurity.setVaadinAuthenticationSuccessHandler(VaadinAuthenticationSuccessHandler vaadinAuthenticationSuccessHandler)
Makes it possible to replace the
VaadinAuthenticationSuccessHandler after
the bean has been configured. |
Copyright © 2017. All rights reserved.