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