Annotation Type EnableRSocketSecurity
-
@Documented @Target(TYPE) @Retention(RUNTIME) @Import({org.springframework.security.config.annotation.rsocket.RSocketSecurityConfiguration.class,org.springframework.security.config.annotation.rsocket.SecuritySocketAcceptorInterceptorConfiguration.class}) public @interface EnableRSocketSecurity
Add this annotation to aConfiguration
class to have Spring SecurityRSocketSecurity
support added.- Since:
- 5.2
- See Also:
RSocketSecurity