com.ibm.dse.applsrv.aa
Interface SecurityTestInterface


public interface SecurityTestInterface

This interface is for TESTING ONLY. The APIs for this interface are subject to change at any time without warning. FOR INTERNAL USE ONLY.


Method Summary
 java.lang.Object test(int cmd, Dictionary options, int id)
          A security test interface must define a method to perform a test command.
 

Method Detail

test

public java.lang.Object test(int cmd,
                             Dictionary options,
                             int id)
                      throws DSESecurityException
A security test interface must define a method to perform a test command.
Parameters:
cmd - int - the command id.
options - Dictionary - the options to the command.
id - int - the context id of the requestor.
Returns:
Object - the return value.
Throws:
DSESecurityException - - error in the request.