@Configuration public class InterceptableSecurityWebSocketConfig extends AbstractInterceptableSecurityWebSocketMessageBrokerConfigurer
| 构造器和说明 |
|---|
InterceptableSecurityWebSocketConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
AccessDecisionFromClientInterceptor |
accessDecisionFromClientInterceptor() |
protected void |
configureInbound(org.springframework.security.config.annotation.web.messaging.MessageSecurityMetadataSourceRegistry messages) |
void |
configureMessageBroker(org.springframework.messaging.simp.config.MessageBrokerRegistry registry) |
void |
registerStompEndpoints(InterceptableWebMvcStompEndpointRegistry registry) |
protected boolean |
sameOriginDisabled() |
SessionIdRegistry |
sessionIdRegistry() |
SessionIdRegistryInterceptor |
sessionIdRegistryInterceptor() |
SessionIdUnRegistryInterceptor |
sessionIdUnRegistryInterceptor() |
org.springframework.web.socket.messaging.StompSubProtocolErrorHandler |
stompSubProtocolErrorHandler() |
registerStompEndpointsaddArgumentResolvers, afterSingletonsInstantiated, configureClientInboundChannel, csrfChannelInterceptor, customizeClientInboundChannel, inboundChannelSecurity, inboundMessageSecurityMetadataSource, securityContextChannelInterceptor, setApplicationContext, setMessageExpessionHandler, setMessageExpressionHandler, setObjectPostProcessor@Bean public org.springframework.web.socket.messaging.StompSubProtocolErrorHandler stompSubProtocolErrorHandler()
@Bean public AccessDecisionFromClientInterceptor accessDecisionFromClientInterceptor()
@Bean public SessionIdRegistry sessionIdRegistry()
@Bean public SessionIdRegistryInterceptor sessionIdRegistryInterceptor()
@Bean public SessionIdUnRegistryInterceptor sessionIdUnRegistryInterceptor()
public void registerStompEndpoints(InterceptableWebMvcStompEndpointRegistry registry)
protected void configureInbound(org.springframework.security.config.annotation.web.messaging.MessageSecurityMetadataSourceRegistry messages)
configureInbound 在类中 org.springframework.security.config.annotation.web.socket.AbstractSecurityWebSocketMessageBrokerConfigurerprotected boolean sameOriginDisabled()
sameOriginDisabled 在类中 org.springframework.security.config.annotation.web.socket.AbstractSecurityWebSocketMessageBrokerConfigurerpublic void configureMessageBroker(org.springframework.messaging.simp.config.MessageBrokerRegistry registry)
configureMessageBroker 在接口中 org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurerconfigureMessageBroker 在类中 org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurerCopyright © 2019. All rights reserved.