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