Package com.sas.services.security
Interface RemoteCallbackHandler
- All Superinterfaces:
CallbackHandler,Remote
- All Known Implementing Classes:
Challenger
public interface RemoteCallbackHandler
extends CallbackHandler, Remote
This interface makes a remote callback handler by extending the CallbackHandler
and Remote interfaces. This is required to provide callback handling in the
platform services environment.
- Since:
- 1.0
-
Method Summary
-
Method Details
-
handle
void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException, RemoteException - Specified by:
handlein interfaceCallbackHandler- Throws:
IOExceptionUnsupportedCallbackExceptionRemoteException
-