Uses of Interface
org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder

Packages that use HttpAuthenticationFeature.Builder
org.glassfish.jersey.client.authentication   
 

Uses of HttpAuthenticationFeature.Builder in org.glassfish.jersey.client.authentication
 

Subinterfaces of HttpAuthenticationFeature.Builder in org.glassfish.jersey.client.authentication
static interface HttpAuthenticationFeature.BasicBuilder
          Extension of HttpAuthenticationFeature.Builder that builds the http authentication feature configured for basic authentication.
static interface HttpAuthenticationFeature.UniversalBuilder
          Extension of HttpAuthenticationFeature.Builder that builds the http authentication feature configured in universal mode that supports basic and digest authentication.
 

Methods in org.glassfish.jersey.client.authentication that return HttpAuthenticationFeature.Builder
 HttpAuthenticationFeature.Builder HttpAuthenticationFeature.Builder.credentials(String username, byte[] password)
          Set credentials.
 HttpAuthenticationFeature.Builder HttpAuthenticationFeature.Builder.credentials(String username, String password)
          Set credentials.
 



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