public static class UserAuthenticatingEvent.UserAuthenticationEvent extends AbstractEvent
instanceId, timestamp
Constructor and Description |
---|
UserAuthenticationEvent(HttpServletRequest request,
HttpServletResponse response,
AuthenticationMode authenticationMode,
AuthenticationStatus authenticationStatus) |
Modifier and Type | Method and Description |
---|---|
AuthenticationMode |
getAuthenticationMode() |
AuthenticationStatus |
getAuthenticationStatus() |
HttpServletRequest |
getHttpServletRequest() |
HttpServletResponse |
getHttpServletResponse() |
getInstanceId, getTimestamp
public UserAuthenticationEvent(HttpServletRequest request, HttpServletResponse response, AuthenticationMode authenticationMode, AuthenticationStatus authenticationStatus)
public HttpServletRequest getHttpServletRequest()
public HttpServletResponse getHttpServletResponse()
public AuthenticationMode getAuthenticationMode()
public AuthenticationStatus getAuthenticationStatus()