Uses of Class
org.activiti.cloud.services.notifications.qraphql.ws.security.JWSAuthenticationManager
Packages that use JWSAuthenticationManager
-
Uses of JWSAuthenticationManager in org.activiti.cloud.services.notifications.qraphql.ws.security
Methods in org.activiti.cloud.services.notifications.qraphql.ws.security that return JWSAuthenticationManagerModifier and TypeMethodDescriptionWebSocketMessageBrokerSecurityAutoConfiguration.keycloakWebSocketAuthManager(GraphQLAccessTokenVerifier keycloakTokenVerifier) Methods in org.activiti.cloud.services.notifications.qraphql.ws.security with parameters of type JWSAuthenticationManagerModifier and TypeMethodDescriptionorg.springframework.graphql.server.WebSocketGraphQlInterceptorWebSocketMessageBrokerSecurityAutoConfiguration.SpringNativeWebSocketMessageBrokerSecurityConfiguration.authenticationInterceptor(JWSAuthenticationManager jwsAuthenticationManager, JWSBearerTokenAuthenticationExtractor jwsBearerTokenAuthenticationExtractor) Constructors in org.activiti.cloud.services.notifications.qraphql.ws.security with parameters of type JWSAuthenticationManagerModifierConstructorDescriptionJWSAuthenticationInterceptorConfigurer(JWSAuthenticationManager authenticationManager)