Class IdentityCheckCallbackEvent

java.lang.Object
de.xima.fc.web.common.auth.event.IdentityCheckCallbackEvent
All Implemented Interfaces:
IApiSessionEvent, IApplicationEvent, ISessionEvent, IEvent, Serializable

public class IdentityCheckCallbackEvent extends Object implements IApiSessionEvent
Event for informing about the result of an identity check.
Since:
7.0.0
Author:
XIMA Media GmbH
See Also:
  • Constructor Details

    • IdentityCheckCallbackEvent

      public IdentityCheckCallbackEvent(String token, org.pac4j.core.profile.UserProfile userProfile, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String,String> authenticationParameters)
  • Method Details

    • getSessionId

      public String getSessionId()
      Specified by:
      getSessionId in interface IApiSessionEvent
    • getToken

      public String getToken()
    • getRequest

      @Nullable public javax.servlet.http.HttpServletRequest getRequest()
    • getResponse

      @Nullable public javax.servlet.http.HttpServletResponse getResponse()
    • getUserProfile

      public org.pac4j.core.profile.UserProfile getUserProfile()
    • getAuthenticationParameters

      public Map<String,String> getAuthenticationParameters()