public class AuthorizationPayloadInterceptor extends java.lang.Object implements PayloadInterceptor, org.springframework.core.Ordered
PayloadExchange.| Constructor and Description |
|---|
AuthorizationPayloadInterceptor(org.springframework.security.authorization.ReactiveAuthorizationManager<PayloadExchange> authorizationManager) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
reactor.core.publisher.Mono<java.lang.Void> |
intercept(PayloadExchange exchange,
PayloadInterceptorChain chain)
Process the Web request and (optionally) delegate to the next
PayloadInterceptor through the given PayloadInterceptorChain. |
void |
setOrder(int order) |
public AuthorizationPayloadInterceptor(org.springframework.security.authorization.ReactiveAuthorizationManager<PayloadExchange> authorizationManager)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
public reactor.core.publisher.Mono<java.lang.Void> intercept(PayloadExchange exchange, PayloadInterceptorChain chain)
PayloadInterceptorPayloadInterceptor through the given PayloadInterceptorChain.intercept in interface PayloadInterceptorexchange - the current payload exchangechain - provides a way to delegate to the next interceptorMono<Void> to indicate when payload processing is complete