java.lang.Object
org.acegisecurity.providers.jaas.DefaultLoginExceptionResolver
- All Implemented Interfaces:
- LoginExceptionResolver
- public class DefaultLoginExceptionResolver
- extends java.lang.Object
- implements LoginExceptionResolver
This LoginExceptionResolver simply wraps the LoginException with an
AuthenticationServiceException.
- Version:
- $Revision: 1.3 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLoginExceptionResolver
public DefaultLoginExceptionResolver()
resolveException
public org.acegisecurity.AcegiSecurityException resolveException(javax.security.auth.login.LoginException e)
- Description copied from interface:
LoginExceptionResolver
- Translates a Jaas LoginException to an AcegiSecurityException.
- Specified by:
resolveException in interface LoginExceptionResolver