Interface LogoutListener


public interface LogoutListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLogout(String sid, String iss, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
    Handle logout
  • Method Details

    • onLogout

      void onLogout(String sid, String iss, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
      Handle logout
      Parameters:
      sid - the oidc session id
      iss - the oidc token issuer
      request - the instance of request
      response - the instance of response