Interface | Description |
---|---|
ServerSecurityContextRepository |
Strategy used for persisting a
SecurityContext between requests. |
Class | Description |
---|---|
NoOpServerSecurityContextRepository |
A do nothing implementation of
ServerSecurityContextRepository . |
ReactorContextWebFilter |
Uses a
ServerSecurityContextRepository to provide the SecurityContext to initialize the
ReactiveSecurityContextHolder . |
SecurityContextServerWebExchange |
Overrides the
ServerWebExchange.getPrincipal() with the provided SecurityContext |
SecurityContextServerWebExchangeWebFilter |
Override the
ServerWebExchange.getPrincipal() to be looked up using ReactiveSecurityContextHolder . |
WebSessionServerSecurityContextRepository |
Stores the
SecurityContext in the
WebSession . |