Interface InteractiveAuthenticationProcessor.SessionReinitializer

Enclosing interface:
InteractiveAuthenticationProcessor

public static interface InteractiveAuthenticationProcessor.SessionReinitializer
Used to prevent from session fixation attack. https://owasp.org/www-community/attacks/Session_fixation.
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.servlet.http.HttpSession
     
  • Method Details

    • reinitialize

      javax.servlet.http.HttpSession reinitialize()
      Returns:
      new reinitialized session.