|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.authentication.jaas.DefaultLoginExceptionResolver
public class DefaultLoginExceptionResolver
This LoginExceptionResolver simply wraps the LoginException with an AuthenticationServiceException.
| Constructor Summary | |
|---|---|
DefaultLoginExceptionResolver()
|
|
| Method Summary | |
|---|---|
AuthenticationException |
resolveException(javax.security.auth.login.LoginException e)
Translates a Jaas LoginException to an SpringSecurityException. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultLoginExceptionResolver()
| Method Detail |
|---|
public AuthenticationException resolveException(javax.security.auth.login.LoginException e)
LoginExceptionResolver
resolveException in interface LoginExceptionResolvere - The LoginException thrown by the configured LoginModule.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||