Class UserAuthenticatingEvent.UserAuthenticationEvent

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

public static class UserAuthenticatingEvent.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()
    • getAuthenticationStatus

      public AuthenticationStatus getAuthenticationStatus()