Uses of Interface
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
Packages that use HttpAuthenticationFeature.UniversalBuilder
Package
Description
Provides core client authentication mechanisms.
-
Uses of HttpAuthenticationFeature.UniversalBuilder in org.glassfish.jersey.client.authentication
Classes in org.glassfish.jersey.client.authentication that implement HttpAuthenticationFeature.UniversalBuilderModifier and TypeClassDescription(package private) static classImplementation of all authentication builders.Methods in org.glassfish.jersey.client.authentication that return HttpAuthenticationFeature.UniversalBuilderModifier and TypeMethodDescriptionHttpAuthenticationFeature.BuilderImpl.credentialsForBasic(String username, byte[] password) HttpAuthenticationFeature.BuilderImpl.credentialsForBasic(String username, String password) HttpAuthenticationFeature.UniversalBuilder.credentialsForBasic(String username, byte[] password) Set credentials that will be used for basic authentication only.HttpAuthenticationFeature.UniversalBuilder.credentialsForBasic(String username, String password) Set credentials that will be used for basic authentication only.HttpAuthenticationFeature.BuilderImpl.credentialsForDigest(String username, byte[] password) HttpAuthenticationFeature.BuilderImpl.credentialsForDigest(String username, String password) HttpAuthenticationFeature.UniversalBuilder.credentialsForDigest(String username, byte[] password) Set credentials that will be used for digest authentication only.HttpAuthenticationFeature.UniversalBuilder.credentialsForDigest(String username, String password) Set credentials that will be used for digest authentication only.HttpAuthenticationFeature.universalBuilder()Create the builder that builds http authentication feature in combined mode supporting both, basic and digest authentication.