| The JaasAuthenticationProvider takes an instance of LoginExceptionResolver
to resolve LoginModule specific exceptions to Acegi exceptions. For
instance, a configured login module could throw a
ScrewedUpPasswordException that extends LoginException, in this instance
the LoginExceptionResolver implementation would return a
org.acegisecurity.BadCredentialsException .
author: Ray Krueger version: $Revision: 1784 $ |