Uses of Class
de.codecamp.vaadin.security.spring.authentication.AuthenticationResult
-
Packages that use AuthenticationResult Package Description de.codecamp.vaadin.security.spring.authentication -
-
Uses of AuthenticationResult in de.codecamp.vaadin.security.spring.authentication
Methods in de.codecamp.vaadin.security.spring.authentication that return AuthenticationResult Modifier and Type Method Description static AuthenticationResultAuthenticationResult. failure(Exception exception)static AuthenticationResultAuthenticationResult. success()Methods in de.codecamp.vaadin.security.spring.authentication with parameters of type AuthenticationResult Modifier and Type Method Description booleanAuthenticationResultHandler. handleAuthenticationResult(AuthenticationResult result)Called with the result of the authentication attempt.booleanStandardAuthenticationHandlers. handleAuthenticationResult(AuthenticationResult result)
-