Uses of Interface
de.codecamp.vaadin.security.spring.authentication.AuthenticationResultHandler
-
Packages that use AuthenticationResultHandler Package Description de.codecamp.vaadin.security.spring.authentication de.codecamp.vaadin.security.spring.autoconfigure -
-
Uses of AuthenticationResultHandler in de.codecamp.vaadin.security.spring.authentication
Classes in de.codecamp.vaadin.security.spring.authentication that implement AuthenticationResultHandler Modifier and Type Class Description classStandardAuthenticationHandlersMethods in de.codecamp.vaadin.security.spring.authentication with parameters of type AuthenticationResultHandler Modifier and Type Method Description voidDefaultVaadinAuthenticationService. login(com.vaadin.flow.component.Component commComponent, String username, String password, boolean rememberMe, AuthenticationResultHandler handler)voidVaadinAuthenticationService. login(com.vaadin.flow.component.Component commComponent, String username, String password, boolean rememberMe, AuthenticationResultHandler handler)Performs the authentication attempt against Spring Security and call the provided handler with the result.Method parameters in de.codecamp.vaadin.security.spring.authentication with type arguments of type AuthenticationResultHandler Modifier and Type Method Description voidDefaultVaadinAuthenticationService. setAuthenticationResultHandlers(List<AuthenticationResultHandler> authenticationResultHandlers) -
Uses of AuthenticationResultHandler in de.codecamp.vaadin.security.spring.autoconfigure
Method parameters in de.codecamp.vaadin.security.spring.autoconfigure with type arguments of type AuthenticationResultHandler Modifier and Type Method Description DefaultVaadinAuthenticationServiceVaadinSecurityAutoConfiguration. vaadinAuthenticationService(List<AuthenticationResultHandler> authenticationResultHandler)
-