Uses of Interface
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BasicBuilder
-
Packages that use HttpAuthenticationFeature.BasicBuilder Package Description org.glassfish.jersey.client.authentication Provides core client authentication mechanisms. -
-
Uses of HttpAuthenticationFeature.BasicBuilder in org.glassfish.jersey.client.authentication
Classes in org.glassfish.jersey.client.authentication that implement HttpAuthenticationFeature.BasicBuilder Modifier and Type Class Description (package private) static classHttpAuthenticationFeature.BuilderImplImplementation of all authentication builders.Methods in org.glassfish.jersey.client.authentication that return HttpAuthenticationFeature.BasicBuilder Modifier and Type Method Description static HttpAuthenticationFeature.BasicBuilderHttpAuthenticationFeature. basicBuilder()Create the builder of the http authentication feature working in basic authentication mode.HttpAuthenticationFeature.BasicBuilderHttpAuthenticationFeature.BasicBuilder. nonPreemptive()Configure the builder to create features in non-preemptive basic authentication mode.HttpAuthenticationFeature.BasicBuilderHttpAuthenticationFeature.BuilderImpl. nonPreemptive()
-