Class ServerHttpSecurity.RequestCacheSpec

  • Enclosing class:
    ServerHttpSecurity

    public final class ServerHttpSecurity.RequestCacheSpec
    extends java.lang.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:
    ServerHttpSecurity.requestCache()