org.exist.xmlrpc
Class AuthenticatedHandler

java.lang.Object
  extended byorg.exist.xmlrpc.AuthenticatedHandler
All Implemented Interfaces:
org.apache.xmlrpc.AuthenticatedXmlRpcHandler

public class AuthenticatedHandler
extends java.lang.Object
implements org.apache.xmlrpc.AuthenticatedXmlRpcHandler

Description of the Class

Author:
Wolfgang Meier

Constructor Summary
AuthenticatedHandler(Configuration conf)
          Constructor for the AuthenticatedHandler object
 
Method Summary
 java.lang.Object execute(java.lang.String method, java.util.Vector v, java.lang.String user, java.lang.String password)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatedHandler

public AuthenticatedHandler(Configuration conf)
                     throws org.apache.xmlrpc.XmlRpcException
Constructor for the AuthenticatedHandler object

Parameters:
conf - Description of the Parameter
Throws:
org.apache.xmlrpc.XmlRpcException - Description of the Exception
Method Detail

execute

public java.lang.Object execute(java.lang.String method,
                                java.util.Vector v,
                                java.lang.String user,
                                java.lang.String password)
                         throws java.lang.Exception
Description of the Method

Specified by:
execute in interface org.apache.xmlrpc.AuthenticatedXmlRpcHandler
Parameters:
method - Description of the Parameter
v - Description of the Parameter
user - Description of the Parameter
password - Description of the Parameter
Returns:
Description of the Return Value
Throws:
java.lang.Exception - Description of the Exception


Copyright (C) Wolfgang Meier. All rights reserved.