Class UserAuthenticationEvent

java.lang.Object
ru.bgcrm.event.AbstractEvent
ru.bgcrm.event.authentication.UserAuthenticationEvent
All Implemented Interfaces:
Serializable, Event

public class UserAuthenticationEvent extends AbstractEvent
See Also:
  • Constructor Details

    • UserAuthenticationEvent

      public UserAuthenticationEvent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationMode authenticationMode, AuthenticationStatus authenticationStatus)
  • Method Details

    • getHttpServletRequest

      public javax.servlet.http.HttpServletRequest getHttpServletRequest()
    • getHttpServletResponse

      public javax.servlet.http.HttpServletResponse getHttpServletResponse()
    • getAuthenticationMode

      public AuthenticationMode getAuthenticationMode()
    • getAuthenticationResult

      public AuthenticationStatus getAuthenticationResult()