Package org.springframework.security.web.server.savedrequest
@NullMarked
package org.springframework.security.web.server.savedrequest
Reactive support for saving requests (to replay them after interrupted by security
workflows like authentication).
-
ClassDescriptionAn implementation of
ServerRequestCache
that saves the requested URI in a cookie.An implementation ofServerRequestCache
that does nothing.Saves aServerHttpRequest
so it can be "replayed" later.AWebFilter
that replays any matching request inServerRequestCache