Uses of Class
org.apache.cxf.transport.http.HttpBasicAuthSupplier

Packages that use HttpBasicAuthSupplier
org.apache.cxf.transport.http   
 

Uses of HttpBasicAuthSupplier in org.apache.cxf.transport.http
 

Methods in org.apache.cxf.transport.http that return HttpBasicAuthSupplier
 HttpBasicAuthSupplier HTTPConduit.getBasicAuthSupplier()
          This method gets the Basic Auth Supplier that was set/configured for this HTTPConduit.
 

Methods in org.apache.cxf.transport.http with parameters of type HttpBasicAuthSupplier
 void HTTPConduit.setBasicAuthSupplier(HttpBasicAuthSupplier supplier)
          This method sets the Trust Decider for this HTTP Conduit.
 



Apache CXF