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 classStandardAuthenticationHandlersProvides parts of the default behavior for standard authentication.Methods in de.codecamp.vaadin.security.spring.authentication with parameters of type AuthenticationResultHandler Modifier and Type Method Description voidStandardAuthenticationService. login(com.vaadin.flow.component.Component commComponent, String username, String password, boolean rememberMe, AuthenticationResultHandler primaryHandler)voidVaadinAuthenticationService. login(com.vaadin.flow.component.Component commComponent, String username, String password, boolean rememberMe, AuthenticationResultHandler primaryHandler)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 voidStandardAuthenticationService. 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 StandardAuthenticationServiceVaadinSecurityAutoConfiguration. vaadinStandardAuthenticationService(List<AuthenticationResultHandler> authenticationResultHandler, VaadinSecurityProperties properties)
-