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