Class WebSocketAuthenticationSecurityConfig

java.lang.Object
org.qubership.atp.auth.springbootstarter.config.WebSocketAuthenticationSecurityConfig
All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer

@Configuration @Profile("default") @Order(-2147483549) @EnableWebMvc @EnableWebSecurity public class WebSocketAuthenticationSecurityConfig extends Object implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configureClientInboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer

    addArgumentResolvers, addReturnValueHandlers, configureClientOutboundChannel, configureMessageBroker, configureMessageConverters, configureWebSocketTransport, registerStompEndpoints
  • Constructor Details

    • WebSocketAuthenticationSecurityConfig

      public WebSocketAuthenticationSecurityConfig()
  • Method Details

    • configureClientInboundChannel

      public void configureClientInboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration)
      Specified by:
      configureClientInboundChannel in interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer