Uses of Interface
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BasicBuilder
Package
Description
Provides core client authentication mechanisms.
-
Uses of HttpAuthenticationFeature.BasicBuilder in org.glassfish.jersey.client.authentication
Modifier and TypeMethodDescriptionHttpAuthenticationFeature.basicBuilder()
Create the builder of the http authentication feature working in basic authentication mode.HttpAuthenticationFeature.BasicBuilder.nonPreemptive()
Configure the builder to create features in non-preemptive basic authentication mode.