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 |
HttpConduitConfig.setAuthSupplier(HttpAuthSupplier authSupplier) |
void |
HTTPConduit.setProxyAuthSupplier(HttpAuthSupplier proxyAuthSupplier) |
Modifier and Type | Class and Description |
---|---|
class |
CustomAuthSupplier
Use the AuthorizationPolicy type + value to create the authorization header.
|
class |
DefaultBasicAuthSupplier |
class |
DigestAuthSupplier |
class |
SpnegoAuthSupplier |
Apache CXF