Extension to
KEWHttpInvokerRequestExecutor that retrieves
credentials from the CredentialsSource and places them in a BASIC HTTP
Authorization header.
author: Kuali Rice Team (kuali-rice@googlegroups.com) version: $Revision: 1.2.16.1.6.1 $ $Date: 2007/10/17 20:32:06 $ since: 0.9
setRequestBody(HttpInvokerClientConfiguration config, PostMethod postMethod, ByteArrayOutputStream baos) Overridden to obtain the Credentials from the CredentialsSource and pass
them via HTTP BASIC Authorization.
Constructor Detail
AuthenticationCommonsHttpInvokerRequestExecutor
public AuthenticationCommonsHttpInvokerRequestExecutor(HttpClient httpClient, CredentialsSource credentialsSource, ServiceInfo serviceInfo)(Code)
Constructor that accepts the CredentialsSource and Service Info.
Parameters: credentialsSource - the source of credentials. Parameters: serviceInfo - information about the service.