SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.opt.auth.ccm
Class Ccm

java.lang.Object
  extended byjp.co.ricoh.dsdk.core.auth.ccm.AbstractCcm
      extended byjp.co.ricoh.dsdk.opt.auth.ccm.Ccm

public class Ccm
extends jp.co.ricoh.dsdk.core.auth.ccm.AbstractCcm

This is the front end class of Panel Service. Call getService() method and obtain a CcmService object to perform authentication using Panel Service.


Constructor Summary
Ccm()
           Constructs a Ccm object.
 
Method Summary
 CcmService getService()
           Returns the CcmService object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ccm

public Ccm()
    throws ProviderNotFoundException
Constructs a Ccm object.

Throws:
ProviderNotFoundException - if unable to obtain a provider class.
Method Detail

getService

public CcmService getService()
                      throws CcmServiceException
Returns the CcmService object.

Returns:
the CcmService object.
Throws:
CcmServiceException - if unable to obtain the CcmService object.

SDK/J Authentication Package ver1.0
RICOH Confidential