Uses of Interface
org.apache.cxf.transport.http.auth.HttpAuthSupplier
-
Packages that use HttpAuthSupplier Package Description org.apache.cxf.transport.http org.apache.cxf.transport.http.auth -
-
Uses of HttpAuthSupplier in org.apache.cxf.transport.http
Fields in org.apache.cxf.transport.http declared as HttpAuthSupplier Modifier and Type Field Description protected HttpAuthSupplierHTTPConduit. authSupplierImplements the authentication handling when talking to a server.protected HttpAuthSupplierHTTPConduit. proxyAuthSupplierImplements the proxy authentication handling.Methods in org.apache.cxf.transport.http that return HttpAuthSupplier Modifier and Type Method Description HttpAuthSupplierHTTPConduit. getAuthSupplier()This method gets the Auth Supplier that was set/configured for this HTTPConduit.HttpAuthSupplierHTTPConduit. getProxyAuthSupplier()Methods in org.apache.cxf.transport.http with parameters of type HttpAuthSupplier Modifier and Type Method Description voidHTTPConduit. setAuthSupplier(HttpAuthSupplier supplier)voidHttpConduitConfig. setAuthSupplier(HttpAuthSupplier authSupplier)voidHTTPConduit. setProxyAuthSupplier(HttpAuthSupplier proxyAuthSupplier) -
Uses of HttpAuthSupplier in org.apache.cxf.transport.http.auth
Classes in org.apache.cxf.transport.http.auth that implement HttpAuthSupplier Modifier and Type Class Description classCustomAuthSupplierUse the AuthorizationPolicy type + value to create the authorization header.classDefaultBasicAuthSupplierclassDigestAuthSupplierclassSpnegoAuthSupplier
-