Class DefaultLoginExceptionResolver

java.lang.Object
org.springframework.security.authentication.jaas.DefaultLoginExceptionResolver
All Implemented Interfaces:
LoginExceptionResolver

public class DefaultLoginExceptionResolver extends Object implements LoginExceptionResolver
This LoginExceptionResolver simply wraps the LoginException with an AuthenticationServiceException.
  • Constructor Details

    • DefaultLoginExceptionResolver

      public DefaultLoginExceptionResolver()
  • Method Details