public class SecurityContextServerWebExchange
extends org.springframework.web.server.ServerWebExchangeDecorator
ServerWebExchange.getPrincipal()
with the provided SecurityContextSecurityContextServerWebExchangeWebFilter
Constructor and Description |
---|
SecurityContextServerWebExchange(org.springframework.web.server.ServerWebExchange delegate,
reactor.core.publisher.Mono<SecurityContext> context) |
Modifier and Type | Method and Description |
---|---|
<T extends java.security.Principal> |
getPrincipal() |
addUrlTransformer, checkNotModified, checkNotModified, checkNotModified, getApplicationContext, getAttributes, getDelegate, getFormData, getLocaleContext, getMultipartData, getRequest, getResponse, getSession, isNotModified, toString, transformUrl
public SecurityContextServerWebExchange(org.springframework.web.server.ServerWebExchange delegate, reactor.core.publisher.Mono<SecurityContext> context)