| Interface | Description |
|---|---|
| VaadinAuthenticationFailureHandler |
Strategy used to handle a failed authentication attempt.
|
| VaadinAuthenticationSuccessHandler |
Strategy used to handle a successful user authentication.
|
| 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. |
| SavedRequestAwareVaadinAuthenticationSuccessHandler |
An authentication success strategy which can make use of the
VaadinRedirectStrategy which may have been stored in
the session by the ExceptionTranslationFilter. |
| VaadinUrlAuthenticationSuccessHandler |
VaadinAuthenticationSuccessHandler which can be configured with a default URL which users should be
sent to upon successful authentication.
|
Copyright © 2015. All rights reserved.