public interface ServerSecurityContextRepository
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<org.springframework.security.core.context.SecurityContext> |
load(org.springframework.web.server.ServerWebExchange exchange) |
reactor.core.publisher.Mono<java.lang.Void> |
save(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.security.core.context.SecurityContext context) |
reactor.core.publisher.Mono<java.lang.Void> save(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.security.core.context.SecurityContext context)
reactor.core.publisher.Mono<org.springframework.security.core.context.SecurityContext> load(org.springframework.web.server.ServerWebExchange exchange)