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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.servlet.http.HttpSession
reinitialize()
-