Uses of Interface
com.rabbitmq.stream.oauth2.TokenParser
Packages that use TokenParser
-
Uses of TokenParser in com.rabbitmq.stream.oauth2
Classes in com.rabbitmq.stream.oauth2 that implement TokenParserConstructors in com.rabbitmq.stream.oauth2 with parameters of type TokenParserModifierConstructorDescriptionHttpTokenRequester
(String tokenEndpointUri, String clientId, String clientSecret, String grantType, Map<String, String> parameters, Consumer<java.net.http.HttpClient.Builder> clientBuilderConsumer, Consumer<java.net.http.HttpRequest.Builder> requestBuilderConsumer, TokenParser parser)