Class WebSocketSecurityConfig
java.lang.Object
com.finconsgroup.itserr.marketplace.usercommunication.dm.security.config.WebSocketSecurityConfig
- All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
@Configuration
public class WebSocketSecurityConfig
extends Object
implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddArgumentResolvers(List<org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver> argumentResolvers) voidconfigureClientInboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration) voidconfigureClientOutboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
addReturnValueHandlers, configureMessageBroker, configureMessageConverters, configureWebSocketTransport, getPhase, registerStompEndpoints
-
Constructor Details
-
WebSocketSecurityConfig
public WebSocketSecurityConfig()
-
-
Method Details
-
addArgumentResolvers
public void addArgumentResolvers(List<org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver> argumentResolvers) - Specified by:
addArgumentResolversin interfaceorg.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
configureClientInboundChannel
public void configureClientInboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration) - Specified by:
configureClientInboundChannelin interfaceorg.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
configureClientOutboundChannel
public void configureClientOutboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration) - Specified by:
configureClientOutboundChannelin interfaceorg.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-