| Package | Description |
|---|---|
| org.apache.cxf.rs.security.oauth2.client | |
| org.apache.cxf.transport.http | |
| org.apache.cxf.transport.http.auth |
| Modifier and Type | Class and Description |
|---|---|
class |
BearerAuthSupplier |
class |
CodeAuthSupplier |
| Modifier and Type | Field and Description |
|---|---|
protected HttpAuthSupplier |
HTTPConduit.authSupplier
Implements the authentication handling when talking to a server.
|
protected HttpAuthSupplier |
HTTPConduit.proxyAuthSupplier
Implements the proxy authentication handling.
|
| Modifier and Type | Method and Description |
|---|---|
HttpAuthSupplier |
HTTPConduit.getAuthSupplier()
This method gets the Auth Supplier that was set/configured for this
HTTPConduit.
|
HttpAuthSupplier |
HTTPConduit.getProxyAuthSupplier() |
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPConduit.setAuthSupplier(HttpAuthSupplier supplier) |
void |
HTTPConduit.setProxyAuthSupplier(HttpAuthSupplier proxyAuthSupplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBasicAuthSupplier |
class |
DigestAuthSupplier |
class |
SpnegoAuthSupplier |
Apache CXF