com.ibm.di.api.authentication
Class AuthenticationCallbackHandler

java.lang.Object
  extended by com.ibm.di.api.authentication.AuthenticationCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class AuthenticationCallbackHandler
extends Object
implements CallbackHandler

This is the object used by the authentication mechanism for communicating with the authentication engine and the authentication requester.


Method Summary
 void handle(Callback[] cb)
          Called by the authentication engine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handle

public void handle(Callback[] cb)
Called by the authentication engine.

Specified by:
handle in interface CallbackHandler
Parameters:
cb - the authentication transport object.