com.ibm.di.api.authentication
Class AuthenticationCallbackHandler

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

public class AuthenticationCallbackHandler
extends java.lang.Object
implements javax.security.auth.callback.CallbackHandler

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


Method Summary
 void handle(javax.security.auth.callback.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(javax.security.auth.callback.Callback[] cb)
Called by the authentication engine.

Specified by:
handle in interface javax.security.auth.callback.CallbackHandler
Parameters:
cb - the authentication transport object.