public abstract class AuthenticationFailureListener<T extends org.springframework.context.ApplicationEvent>
extends java.lang.Object
implements org.springframework.context.ApplicationListener<T>
| 限定符和类型 | 字段和说明 |
|---|---|
protected javax.servlet.http.HttpServletRequest |
request |
protected javax.servlet.http.HttpServletResponse |
response |
| 构造器和说明 |
|---|
AuthenticationFailureListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract java.lang.String |
getPrincipalName(T t) |
void |
onApplicationEvent(T event) |