SDK/J Authentication Package ver1.0
RICOH Confidential

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

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

public class Name
extends java.lang.Object
implements CcmRequest

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


Constructor Summary
Name()
           
 
Method Summary
 byte[] getName()
           Returns the login user name.
 void setName(byte[] name)
           Sets the login user name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Name

public Name()
Method Detail

getName

public byte[] getName()
Returns the login user name.

Returns:
the login user name.

setName

public void setName(byte[] name)
Sets the login user name.

Parameters:
name - the login user name.

SDK/J Authentication Package ver1.0
RICOH Confidential