mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Remove non-existent class from RSocket reference docs
Closes gh-9949
This commit is contained in:
parent
8bf970c805
commit
ebef8c1425
@ -43,9 +43,8 @@ In a Spring Boot application this is done automatically using `RSocketSecurityAu
|
|||||||
[source,java]
|
[source,java]
|
||||||
----
|
----
|
||||||
@Bean
|
@Bean
|
||||||
ServerRSocketFactoryProcessor springSecurityRSocketSecurity(
|
RSocketServerCustomizer springSecurityRSocketSecurity(SecuritySocketAcceptorInterceptor interceptor) {
|
||||||
SecuritySocketAcceptorInterceptor interceptor) {
|
return (server) -> server.interceptors((registry) -> registry.forSocketAcceptor(interceptor));
|
||||||
return builder -> builder.addSocketAcceptorPlugin(interceptor);
|
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user