public interface ServerSecurityContextRepository
SecurityContext between requests.ReactorContextWebFilter| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<org.springframework.security.core.context.SecurityContext> |
load(org.springframework.web.server.ServerWebExchange exchange)
Loads the SecurityContext associated with the
ServerWebExchange |
reactor.core.publisher.Mono<java.lang.Void> |
save(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.security.core.context.SecurityContext context)
Saves the SecurityContext
|
reactor.core.publisher.Mono<java.lang.Void> save(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.security.core.context.SecurityContext context)
exchange - the exchange to associate to the SecurityContextcontext - the SecurityContext to savereactor.core.publisher.Mono<org.springframework.security.core.context.SecurityContext> load(org.springframework.web.server.ServerWebExchange exchange)
ServerWebExchangeexchange - the exchange to look up the SecurityContextSecurityContext to lookup or empty if not found. Never null