antelder 2003/03/19 07:20:23
Modified: java/src/org/apache/wsif WSIFConstants.java
Log:
For SOAP allow setting the userid and password from the context mesage for an
authenticating proxy
Revision Changes Path
1.24 +12 -0 xml-axis-wsif/java/src/org/apache/wsif/WSIFConstants.java
Index: WSIFConstants.java
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/WSIFConstants.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- WSIFConstants.java 12 Mar 2003 11:42:42 -0000 1.23
+++ WSIFConstants.java 19 Mar 2003 15:20:23 -0000 1.24
@@ -131,6 +131,18 @@
"org.apache.wsif.http.Password";
/**
+ * WSIF context part name for proxy userid
+ */
+ public static final String CONTEXT_HTTP_PROXY_USER =
+ "org.apache.wsif.http.proxy.UserName";
+
+ /**
+ * WSIF context part name for proxy password
+ */
+ public static final String CONTEXT_HTTP_PROXY_PSWD =
+ "org.apache.wsif.http.proxy.Password";
+
+ /**
* WSIF context part name for SOAP headers
* @deprecated use CONTEXT_REQUEST_SOAP_HEADERS
*/