com.ibm.di.api
Class APIAuthenticator

java.lang.Object
  extended by com.ibm.di.api.APIAuthenticator

public class APIAuthenticator
extends Object


Nested Class Summary
 class APIAuthenticator.Ret
           
 class APIAuthenticator.UserData
           
 
Constructor Summary
APIAuthenticator(boolean aCustomScriptEnabled, String aScript)
           
 
Method Summary
 void performCustomScriptAuthentication(String aUserName, String aPassword)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APIAuthenticator

public APIAuthenticator(boolean aCustomScriptEnabled,
                        String aScript)
                 throws DIException
Throws:
DIException
Method Detail

performCustomScriptAuthentication

public void performCustomScriptAuthentication(String aUserName,
                                              String aPassword)
                                       throws DIException
Throws:
DIException