Class RSocketSecurity.BasicAuthenticationSpec
- java.lang.Object
-
- org.springframework.security.config.annotation.rsocket.RSocketSecurity.BasicAuthenticationSpec
-
- Enclosing class:
- RSocketSecurity
public final class RSocketSecurity.BasicAuthenticationSpec extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RSocketSecurity.BasicAuthenticationSpec
authenticationManager(ReactiveAuthenticationManager authenticationManager)
protected AuthenticationPayloadInterceptor
build()
-
-
-
Method Detail
-
authenticationManager
public RSocketSecurity.BasicAuthenticationSpec authenticationManager(ReactiveAuthenticationManager authenticationManager)
-
build
protected AuthenticationPayloadInterceptor build()
-
-