Interface HttpAuthenticationFeature.BasicBuilder
-
- All Superinterfaces:
HttpAuthenticationFeature.Builder
- All Known Implementing Classes:
HttpAuthenticationFeature.BuilderImpl
- Enclosing class:
- HttpAuthenticationFeature
public static interface HttpAuthenticationFeature.BasicBuilder extends HttpAuthenticationFeature.Builder
Extension ofHttpAuthenticationFeature.Builder
that builds the http authentication feature configured for basic authentication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpAuthenticationFeature.BasicBuilder
nonPreemptive()
Configure 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 Detail
-
nonPreemptive
HttpAuthenticationFeature.BasicBuilder nonPreemptive()
Configure the builder to create features in non-preemptive basic authentication mode.- Returns:
- This builder.
-
-