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