Class ServerHttpSecurity.RequestCacheSpec

java.lang.Object
org.springframework.security.config.web.server.ServerHttpSecurity.RequestCacheSpec
Enclosing class:
ServerHttpSecurity

public final class ServerHttpSecurity.RequestCacheSpec extends Object
Configures the request cache which is used when a flow is interrupted (i.e. due to requesting credentials) so that the request can be replayed after authentication.
Since:
5.0
See Also: