Uses of Interface
com.peterphi.std.guice.restclient.resteasy.impl.ResteasyClientFactoryImpl.AuthCredential
Packages that use ResteasyClientFactoryImpl.AuthCredential
Package
Description
-
Uses of ResteasyClientFactoryImpl.AuthCredential in com.peterphi.std.guice.restclient.resteasy.impl
Classes in com.peterphi.std.guice.restclient.resteasy.impl that implement ResteasyClientFactoryImpl.AuthCredentialModifier and TypeClassDescriptionstatic final record
static final record
Methods in com.peterphi.std.guice.restclient.resteasy.impl with parameters of type ResteasyClientFactoryImpl.AuthCredentialModifier and TypeMethodDescriptionorg.jboss.resteasy.client.jaxrs.ResteasyClient
ResteasyClientFactoryImpl.getOrCreateClient
(ResteasyClientFactoryImpl.AuthCredential credentials, boolean fastFail, boolean storeCookies, boolean h2c) -
Uses of ResteasyClientFactoryImpl.AuthCredential in com.peterphi.std.guice.restclient.resteasy.impl.okhttp
Methods in com.peterphi.std.guice.restclient.resteasy.impl.okhttp with parameters of type ResteasyClientFactoryImpl.AuthCredentialModifier and TypeMethodDescriptionOkHttpClientBuilder.withAuth
(ResteasyClientFactoryImpl.AuthCredential cred)