Class JWSAuthenticationInterceptorConfigurer
java.lang.Object
org.activiti.cloud.services.notifications.qraphql.ws.security.JWSAuthenticationInterceptorConfigurer
- All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
@Order(-2147483550)
public class JWSAuthenticationInterceptorConfigurer
extends Object
implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
Constructor Summary
ConstructorsConstructorDescriptionJWSAuthenticationInterceptorConfigurer(JWSAuthenticationManager authenticationManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureClientInboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration) voidsetHeaderValues(List<String> headerValues) voidsetMessageSelector(Predicate<org.springframework.messaging.simp.SimpMessageHeaderAccessor> messageSelector) 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
addArgumentResolvers, addReturnValueHandlers, configureClientOutboundChannel, configureMessageBroker, configureMessageConverters, configureWebSocketTransport, getPhase, registerStompEndpoints
-
Constructor Details
-
JWSAuthenticationInterceptorConfigurer
@Autowired public JWSAuthenticationInterceptorConfigurer(JWSAuthenticationManager authenticationManager)
-
-
Method Details
-
configureClientInboundChannel
public void configureClientInboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration) - Specified by:
configureClientInboundChannelin interfaceorg.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
setHeaderValues
-
setMessageSelector
public void setMessageSelector(Predicate<org.springframework.messaging.simp.SimpMessageHeaderAccessor> messageSelector)
-