com.ibm.di.api.authentication
Interface AuthenticationInterface

All Known Implementing Classes:
LDAPAuthentication

public interface AuthenticationInterface


Method Summary
 void authenticate(Map aMap)
           
 void authenticate(String aUserName, String aPassword)
           
 void close()
           
 void initialize(Map aConfigMap)
           
 

Method Detail

initialize

void initialize(Map aConfigMap)
                throws Exception
Throws:
Exception

authenticate

void authenticate(Map aMap)
                  throws Exception
Throws:
Exception

authenticate

void authenticate(String aUserName,
                  String aPassword)
                  throws Exception
Throws:
Exception

close

void close()
           throws Exception
Throws:
Exception