|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpAuthSupplier | |
---|---|
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 | |
---|---|
protected HttpAuthSupplier |
HTTPConduit.authSupplier
Implements the authentication handling when talking to a server. |
protected HttpAuthSupplier |
HTTPConduit.proxyAuthSupplier
Implements the proxy authentication handling. |
Methods in org.apache.cxf.transport.http that return HttpAuthSupplier | |
---|---|
HttpAuthSupplier |
HTTPConduit.getAuthSupplier()
This method gets the Auth Supplier that was set/configured for this HTTPConduit. |
HttpAuthSupplier |
HTTPConduit.getProxyAuthSupplier()
|
Methods in org.apache.cxf.transport.http with parameters of type HttpAuthSupplier | |
---|---|
void |
HTTPConduit.setAuthSupplier(HttpAuthSupplier supplier)
|
void |
HTTPConduit.setProxyAuthSupplier(HttpAuthSupplier proxyAuthSupplier)
|
Uses of HttpAuthSupplier in org.apache.cxf.transport.http.auth |
---|
Classes in org.apache.cxf.transport.http.auth that implement HttpAuthSupplier | |
---|---|
class |
DefaultBasicAuthSupplier
|
class |
DigestAuthSupplier
|
class |
SpnegoAuthSupplier
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |