Annotation Interface 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 a
Configuration
class to have Spring Security
RSocketSecurity
support added.- Since:
- 5.2
- See Also: