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
Constructors Constructor Description JWSAuthenticationInterceptorConfigurer(JWSAuthenticationManager authenticationManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureClientInboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration)voidsetHeaderValues(List<String> headerValues)voidsetMessageSelector(Predicate<org.springframework.messaging.simp.SimpMessageHeaderAccessor> messageSelector)
-
-
-
Constructor Detail
-
JWSAuthenticationInterceptorConfigurer
@Autowired public JWSAuthenticationInterceptorConfigurer(JWSAuthenticationManager authenticationManager)
-
-
Method Detail
-
configureClientInboundChannel
public void configureClientInboundChannel(org.springframework.messaging.simp.config.ChannelRegistration registration)
- Specified by:
configureClientInboundChannelin interfaceorg.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
-
setMessageSelector
public void setMessageSelector(Predicate<org.springframework.messaging.simp.SimpMessageHeaderAccessor> messageSelector)
-
-