Package org.springframework.security.web.server.savedrequest
-
Interface Summary Interface Description ServerRequestCache Saves aServerHttpRequest
so it can be "replayed" later. -
Class Summary Class Description CookieServerRequestCache An implementation ofServerRequestCache
that saves the requested URI in a cookie.NoOpServerRequestCache An implementation ofServerRequestCache
that does nothing.ServerRequestCacheWebFilter AWebFilter
that replays any matching request inServerRequestCache
WebSessionServerRequestCache