Methods in org.apache.cxf.transport.http with parameters of type HTTPConduit |
String |
DigestAuthSupplier.getAuthorizationForRealm(HTTPConduit conduit,
URL currentURL,
Message message,
String realm,
String fullHeader)
|
abstract String |
HttpAuthSupplier.getAuthorizationForRealm(HTTPConduit conduit,
URL currentURL,
Message message,
String realm,
String fullHeader)
The HTTPConduit makes a call to this method if it
receives a 401 response to a particular URL for
a given message. |
String |
HttpBasicAuthSupplier.getAuthorizationForRealm(HTTPConduit conduit,
URL currentURL,
Message message,
String realm,
String fullHeader)
|
String |
DigestAuthSupplier.getPreemptiveAuthorization(HTTPConduit conduit,
URL currentURL,
Message message)
|
abstract String |
HttpAuthSupplier.getPreemptiveAuthorization(HTTPConduit conduit,
URL currentURL,
Message message)
The HTTPConduit makes a call to this method before connecting
to the server behind a particular URL. |
String |
HttpBasicAuthSupplier.getPreemptiveAuthorization(HTTPConduit conduit,
URL currentURL,
Message message)
|