public class DefaultLoginExceptionResolver extends java.lang.Object implements LoginExceptionResolver
Constructor and Description |
---|
DefaultLoginExceptionResolver() |
Modifier and Type | Method and Description |
---|---|
AuthenticationException |
resolveException(javax.security.auth.login.LoginException e)
Translates a Jaas LoginException to an SpringSecurityException.
|
public AuthenticationException resolveException(javax.security.auth.login.LoginException e)
LoginExceptionResolver
resolveException
in interface LoginExceptionResolver
e
- The LoginException thrown by the configured LoginModule.