Class IdentityCheckCallbackEvent

    • Constructor Detail

      • 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 Detail

      • 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()