Uses of Interface
de.codecamp.vaadin.security.spring.authentication.AuthenticationResultHandler
Packages that use AuthenticationResultHandler
Package
Description
-
Uses of AuthenticationResultHandler in de.codecamp.vaadin.security.spring.authentication
Classes in de.codecamp.vaadin.security.spring.authentication that implement AuthenticationResultHandlerModifier and TypeClassDescriptionclassProvides parts of the default behavior for standard authentication.Methods in de.codecamp.vaadin.security.spring.authentication with parameters of type AuthenticationResultHandlerModifier and TypeMethodDescriptionvoidStandardAuthenticationService.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 AuthenticationResultHandlerModifier and TypeMethodDescriptionvoidStandardAuthenticationService.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 AuthenticationResultHandlerModifier and TypeMethodDescriptionVaadinSecurityAutoConfiguration.vaadinStandardAuthenticationService(List<AuthenticationResultHandler> authenticationResultHandler, VaadinSecurityProperties properties)