Interface HttpAuthenticationFeature.BasicBuilder
-
- All Superinterfaces:
HttpAuthenticationFeature.Builder
- Enclosing class:
- HttpAuthenticationFeature
public static interface HttpAuthenticationFeature.BasicBuilder extends HttpAuthenticationFeature.Builder
Extension ofHttpAuthenticationFeature.Builderthat builds the http authentication feature configured for basic authentication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpAuthenticationFeature.BasicBuildernonPreemptive()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.
-
-