|
28 | 28 | import org.springframework.security.config.Customizer;
|
29 | 29 | import org.springframework.security.oauth2.jwt.ReactiveJwtDecoder;
|
30 | 30 | import org.springframework.security.oauth2.server.resource.authentication.JwtReactiveAuthenticationManager;
|
31 |
| -import org.springframework.security.rsocket.interceptor.PayloadInterceptor; |
32 |
| -import org.springframework.security.rsocket.interceptor.PayloadSocketAcceptorInterceptor; |
33 |
| -import org.springframework.security.rsocket.interceptor.authentication.AnonymousPayloadInterceptor; |
34 |
| -import org.springframework.security.rsocket.interceptor.authentication.AuthenticationPayloadInterceptor; |
35 |
| -import org.springframework.security.rsocket.interceptor.authentication.BearerPayloadExchangeConverter; |
36 |
| -import org.springframework.security.rsocket.interceptor.authorization.AuthorizationPayloadInterceptor; |
37 |
| -import org.springframework.security.rsocket.interceptor.authorization.PayloadExchangeMatcherReactiveAuthorizationManager; |
38 |
| -import org.springframework.security.rsocket.util.PayloadExchangeAuthorizationContext; |
39 |
| -import org.springframework.security.rsocket.util.PayloadExchangeMatcher; |
40 |
| -import org.springframework.security.rsocket.util.PayloadExchangeMatcherEntry; |
41 |
| -import org.springframework.security.rsocket.util.PayloadExchangeMatchers; |
42 |
| -import org.springframework.security.rsocket.util.RoutePayloadExchangeMatcher; |
| 31 | +import org.springframework.security.rsocket.PayloadInterceptor; |
| 32 | +import org.springframework.security.rsocket.PayloadSocketAcceptorInterceptor; |
| 33 | +import org.springframework.security.rsocket.authentication.AnonymousPayloadInterceptor; |
| 34 | +import org.springframework.security.rsocket.authentication.AuthenticationPayloadInterceptor; |
| 35 | +import org.springframework.security.rsocket.authentication.BearerPayloadExchangeConverter; |
| 36 | +import org.springframework.security.rsocket.authorization.AuthorizationPayloadInterceptor; |
| 37 | +import org.springframework.security.rsocket.authorization.PayloadExchangeMatcherReactiveAuthorizationManager; |
| 38 | +import org.springframework.security.rsocket.util.matcher.PayloadExchangeAuthorizationContext; |
| 39 | +import org.springframework.security.rsocket.util.matcher.PayloadExchangeMatcher; |
| 40 | +import org.springframework.security.rsocket.util.matcher.PayloadExchangeMatcherEntry; |
| 41 | +import org.springframework.security.rsocket.util.matcher.PayloadExchangeMatchers; |
| 42 | +import org.springframework.security.rsocket.util.matcher.RoutePayloadExchangeMatcher; |
43 | 43 | import reactor.core.publisher.Mono;
|
44 | 44 |
|
45 | 45 | import java.util.ArrayList;
|
|
0 commit comments