Class JwtGraphQlClientInterceptor
java.lang.Object
org.activiti.cloud.services.test.identity.JwtGraphQlClientInterceptor
- All Implemented Interfaces:
org.springframework.graphql.client.GraphQlClientInterceptor,org.springframework.graphql.client.WebSocketGraphQlClientInterceptor
public final class JwtGraphQlClientInterceptor
extends Object
implements org.springframework.graphql.client.WebSocketGraphQlClientInterceptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.graphql.client.GraphQlClientInterceptor
org.springframework.graphql.client.GraphQlClientInterceptor.Chain, org.springframework.graphql.client.GraphQlClientInterceptor.SubscriptionChain -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Object> initToken(IdentityTokenProducer identityTokenProducer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.graphql.client.GraphQlClientInterceptor
andThen, intercept, interceptSubscriptionMethods inherited from interface org.springframework.graphql.client.WebSocketGraphQlClientInterceptor
handleConnectionAck
-
Constructor Details
-
JwtGraphQlClientInterceptor
-
JwtGraphQlClientInterceptor
-
-
Method Details
-
connectionInitPayload
- Specified by:
connectionInitPayloadin interfaceorg.springframework.graphql.client.WebSocketGraphQlClientInterceptor
-
initToken
-