Interface HttpAuthenticationFeature.BasicBuilder
- All Superinterfaces:
HttpAuthenticationFeature.Builder
- Enclosing class:
- HttpAuthenticationFeature
public static interface HttpAuthenticationFeature.BasicBuilder
extends HttpAuthenticationFeature.Builder
Extension of
HttpAuthenticationFeature.Builder
that builds the http authentication feature configured for basic authentication.-
Method Summary
Modifier and TypeMethodDescriptionConfigure the builder to create features in non-preemptive basic authentication mode.Methods inherited from interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
build, credentials, credentials
-
Method Details
-
nonPreemptive
HttpAuthenticationFeature.BasicBuilder nonPreemptive()Configure the builder to create features in non-preemptive basic authentication mode.- Returns:
- This builder.
-