public interface LoginExceptionResolver
BadCredentialsException.| Modifier and Type | Method and Description |
|---|---|
SpringSecurityException |
resolveException(javax.security.auth.login.LoginException e)
Translates a Jaas LoginException to an SpringSecurityException.
|
SpringSecurityException resolveException(javax.security.auth.login.LoginException e)
e - The LoginException thrown by the configured LoginModule.