Uses of Interface
org.eclipse.rdf4j.http.client.spi.Producer
Packages that use Producer
-
Uses of Producer in org.eclipse.rdf4j.http.client.spi
Constructors in org.eclipse.rdf4j.http.client.spi with parameters of type ProducerModifierConstructorDescriptionBearerTokenAuthenticationHandler(Producer<String> tokenProducer) Creates a newBearerTokenAuthenticationHandlerthat obtains the bearer token by invoking the givenProduceron each request.