Class RSocketSecurityConfiguration

java.lang.Object
ir.msob.jima.security.api.rsocket.it.RSocketSecurityConfiguration

@Configuration @EnableReactiveMethodSecurity @EnableRSocketSecurity public class RSocketSecurityConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.rsocket.core.PayloadSocketAcceptorInterceptor
    authorizationToken(org.springframework.security.config.annotation.rsocket.RSocketSecurity rSocketSecurity, org.springframework.security.oauth2.server.resource.authentication.JwtReactiveAuthenticationManager authenticationManager)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RSocketSecurityConfiguration

      public RSocketSecurityConfiguration()
  • Method Details

    • authorizationToken

      @Bean public org.springframework.security.rsocket.core.PayloadSocketAcceptorInterceptor authorizationToken(org.springframework.security.config.annotation.rsocket.RSocketSecurity rSocketSecurity, org.springframework.security.oauth2.server.resource.authentication.JwtReactiveAuthenticationManager authenticationManager)