SDK/J Authentication Package ver1.0
RICOH Confidential

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

java.lang.Object
  extended byjp.co.ricoh.dsdk.opt.auth.ccm.Password
All Implemented Interfaces:
CcmRequest

public class Password
extends java.lang.Object
implements CcmRequest

This is a CcmRequest for a login password. The login password will be set in handle() method of the CcmRequestHandler.


Constructor Summary
Password()
           
 
Method Summary
 byte[] getPassword()
           Returns the login password.
 void setPassword(byte[] password)
           Sets the login password.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Password

public Password()
Method Detail

getPassword

public byte[] getPassword()
Returns the login password.

Returns:
the login password.

setPassword

public void setPassword(byte[] password)
Sets the login password.

Parameters:
password - the login password.

SDK/J Authentication Package ver1.0
RICOH Confidential