Uses of Class
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Packages that use HttpAuthenticationFeature
Package
Description
Provides core client authentication mechanisms.
-
Uses of HttpAuthenticationFeature in org.glassfish.jersey.client.authentication
Methods in org.glassfish.jersey.client.authentication that return HttpAuthenticationFeatureModifier and TypeMethodDescriptionstatic HttpAuthenticationFeatureCreate the http authentication feature in basic preemptive authentication mode initialized with credentials.static HttpAuthenticationFeatureCreate the http authentication feature in basic preemptive authentication mode initialized with credentials.HttpAuthenticationFeature.Builder.build()Build the feature.static HttpAuthenticationFeatureHttpAuthenticationFeature.digest()Create the http authentication feature in digest authentication mode initialized without default credentials.static HttpAuthenticationFeatureCreate the http authentication feature in digest authentication mode initialized with credentials.static HttpAuthenticationFeatureCreate the http authentication feature in digest authentication mode initialized with credentials.static HttpAuthenticationFeatureCreate the http authentication feature in combined mode supporting both, basic and digest authentication.static HttpAuthenticationFeatureCreate the http authentication feature in combined mode supporting both, basic and digest authentication.