Package com.ibm.di.api.authentication
Class AuthenticationCallbackHandler
- java.lang.Object
-
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(javax.security.auth.callback.Callback[] cb)
Called by the authentication engine.
-