org.apache.turbine.services.xmlrpc.util
Class AuthenticatedFileHandler
java.lang.Object
org.apache.turbine.services.xmlrpc.util.FileHandler
org.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler
- All Implemented Interfaces:
- org.apache.xmlrpc.AuthenticatedXmlRpcHandler
Deprecated. This is not scope of the Service itself but of an
application which uses the service. This class shouldn't
be part of Turbine but of an addon application.
public class AuthenticatedFileHandler
- extends FileHandler
- implements org.apache.xmlrpc.AuthenticatedXmlRpcHandler
An authenticated Handler for use with the XML-RPC service that will deal
with clients sending file to the server (Turbine application)
and clients getting files from the server (Turbine application).
usage in TurbineResources.properties is:
services.XmlRpcService.handler.file = org.apache.turbine.services.xmlrpc.util.AuthenticatedFileHandler
See the FileHandler class for further documentation.
- Author:
- John Thorhauer
|
Method Summary |
java.lang.Object |
execute(java.lang.String method,
java.util.Vector params,
java.lang.String username,
java.lang.String password)
Deprecated. Handles all requests for an Authenticated file transfer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticatedFileHandler
public AuthenticatedFileHandler()
- Deprecated.
- Default Constructor
execute
public java.lang.Object execute(java.lang.String method,
java.util.Vector params,
java.lang.String username,
java.lang.String password)
throws TurbineException
- Deprecated.
- Handles all requests for an Authenticated file transfer.
- Specified by:
execute in interface org.apache.xmlrpc.AuthenticatedXmlRpcHandler
- Throws:
TurbineException
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.