org.glassfish.jersey.client.authentication
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
 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.


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.