public class HttpLoginEvent extends AbstractAuthenticationEvent
source| 构造器和说明 |
|---|
HttpLoginEvent(javax.servlet.http.HttpServletRequest httpRequest,
Authentication authentication) |
HttpLoginEvent(javax.servlet.http.HttpServletRequest httpRequest,
Exception exception) |
| 限定符和类型 | 方法和说明 |
|---|---|
Authentication |
getAuthentication() |
Exception |
getException() |
javax.servlet.http.HttpServletRequest |
getSource() |
boolean |
isAuthenticated() |
toStringpublic HttpLoginEvent(javax.servlet.http.HttpServletRequest httpRequest,
Authentication authentication)
public HttpLoginEvent(javax.servlet.http.HttpServletRequest httpRequest,
Exception exception)
public javax.servlet.http.HttpServletRequest getSource()
getSource 在类中 EventObjectpublic Authentication getAuthentication()
public Exception getException()
public boolean isAuthenticated()
Copyright © 2016. All rights reserved.