public class

DefaultLoginExceptionResolver

extends Object
implements LoginExceptionResolver
java.lang.Object
   ↳ org.springframework.security.authentication.jaas.DefaultLoginExceptionResolver

Class Overview

This LoginExceptionResolver simply wraps the LoginException with an AuthenticationServiceException.

Summary

Public Constructors
DefaultLoginExceptionResolver()
Public Methods
AuthenticationException resolveException(LoginException e)
Translates a Jaas LoginException to an SpringSecurityException.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.security.authentication.jaas.LoginExceptionResolver

Public Constructors

public DefaultLoginExceptionResolver ()

Public Methods

public AuthenticationException resolveException (LoginException e)

Translates a Jaas LoginException to an SpringSecurityException.

Parameters
e The LoginException thrown by the configured LoginModule.
Returns
  • The AuthenticationException that the JaasAuthenticationProvider should throw.