Package org.springframework.security.web.server.context
-
Interface Summary Interface Description ServerSecurityContextRepository Strategy used for persisting aSecurityContext
between requests. -
Class Summary Class Description NoOpServerSecurityContextRepository A do nothing implementation ofServerSecurityContextRepository
.ReactorContextWebFilter Uses aServerSecurityContextRepository
to provide theSecurityContext
to initialize theReactiveSecurityContextHolder
.SecurityContextServerWebExchange Overrides theServerWebExchange.getPrincipal()
with the provided SecurityContextSecurityContextServerWebExchangeWebFilter Override theServerWebExchange.getPrincipal()
to be looked up usingReactiveSecurityContextHolder
.WebSessionServerSecurityContextRepository Stores theSecurityContext
in theWebSession
.