SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.opt.auth.ccm
Interface CcmRequestHandler


public interface CcmRequestHandler

This is an interface which handles requests from the CcmService (ie CcmRequest).


Method Summary
 void handle(CcmRequest[] req)
           This method will be called by a CcmService.
 

Method Detail

handle

public void handle(CcmRequest[] req)
            throws UnsupportedRequestException,
                   InvalidPINException,
                   java.io.IOException
This method will be called by a CcmService. The dialog to enter a PIN will be displayed on the operation panel of the device when an InvalidPINException is thrown by the implementation of this method.

Parameters:
req - CcmRequests from the CcmService.
Throws:
UnsupportedRequestException - if there is a CcmRequest which is not supported by the implementation of this method.
InvalidPINException - if the PIN is invalid.
java.io.IOException - if the handler encountered an I/O error.

SDK/J Authentication Package ver1.0
RICOH Confidential