org.apache.oodt.cas.filemgr.system.auth
Interface Dispatcher


public interface Dispatcher

A guard to ensure that any XML-RPC method called for the filemgr server is properly authenticated with a username and password.

Author:
kelly

Method Summary
 Result handleRequest(String methodSpecifier, List params, String user, String password)
          Handles an XML-RPC request, provided that the given username and password are correct.
 

Method Detail

handleRequest

Result handleRequest(String methodSpecifier,
                     List params,
                     String user,
                     String password)
                     throws Exception
Handles an XML-RPC request, provided that the given username and password are correct.

Parameters:
methodSpecifier - The name of the XML-RPC method to call.
params - The parameters to the method.
user - The user name who is calling the method.
password - The user's password.
Returns:
The result of the method call.
Throws:
Exception - If any error occurs.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.