Package de.codecamp.vaadin.security.spring.authentication
-
Interface Summary Interface Description AuthenticationChangeObserver Anycom.vaadin.ui.Componentimplementing this interface will be informed when a user's authentication changes after a successful login.AuthenticationResultHandler A handler that will be notified with the result once a login attempt has completed.VaadinAuthenticationService -
Class Summary Class Description AuthenticationChangeDispatcher Delivers anAuthenticationChangeEventto all (attached) components that implementAuthenticationChangeObserverand belong to the same session.AuthenticationChangeEvent Event object containing information about the changed authentication.AuthenticationResult Contains the result of an authentication attempt.StandardAuthenticationHandlers Provides parts of the default behavior for standard authentication.StandardAuthenticationService StandardAuthenticationServiceInitListener VaadinAuthenticationFailureHandler AuthenticationFailureHandlerthat provides an appropriateAuthenticationResult.VaadinAuthenticationSuccessHandler AuthenticationSuccessHandlerthat provides an appropriateAuthenticationResult.