public class HttpLoginEvent extends AbstractAuthenticationEvent
source| Constructor and Description |
|---|
HttpLoginEvent(javax.servlet.http.HttpServletRequest httpRequest,
Authentication authentication) |
HttpLoginEvent(javax.servlet.http.HttpServletRequest httpRequest,
Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
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 in class EventObjectpublic Authentication getAuthentication()
public Exception getException()
public boolean isAuthenticated()
Copyright © 2018. All rights reserved.