Uses of Class
org.acegisecurity.providers.UsernamePasswordAuthenticationToken
-
Packages that use UsernamePasswordAuthenticationToken Package Description org.acegisecurity.providers.dao -
-
Uses of UsernamePasswordAuthenticationToken in org.acegisecurity.providers.dao
Methods in org.acegisecurity.providers.dao with parameters of type UsernamePasswordAuthenticationToken Modifier and Type Method Description protected abstract void
AbstractUserDetailsAuthenticationProvider. additionalAuthenticationChecks(UserDetails userDetails, UsernamePasswordAuthenticationToken authentication)
Deprecated.protected abstract UserDetails
AbstractUserDetailsAuthenticationProvider. retrieveUser(String username, UsernamePasswordAuthenticationToken authentication)
Deprecated.
-