Uses of Interface
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
Packages that use HttpAuthenticationFeature.Builder
Package
Description
Provides core client authentication mechanisms.
-
Uses of HttpAuthenticationFeature.Builder in org.glassfish.jersey.client.authentication
Subinterfaces of HttpAuthenticationFeature.Builder in org.glassfish.jersey.client.authenticationModifier and TypeInterfaceDescriptionstatic interface
Extension ofHttpAuthenticationFeature.Builder
that builds the http authentication feature configured for basic authentication.static interface
Extension ofHttpAuthenticationFeature.Builder
that builds the http authentication feature configured in universal mode that supports basic and digest authentication.Methods in org.glassfish.jersey.client.authentication that return HttpAuthenticationFeature.BuilderModifier and TypeMethodDescriptionHttpAuthenticationFeature.Builder.credentials
(String username, byte[] password) Set credentials.HttpAuthenticationFeature.Builder.credentials
(String username, String password) Set credentials.