|
SDK/J Authentication Package ver1.0 RICOH Confidential |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is an interface to use the user authentication service of the device.
| Method Summary | |
void |
cancelLogin()
Deprecated. This method is NOT supported. This method is not implemented currently. Use requestLogout() method instead. |
void |
removeRequestHandler(CcmRequestHandler handler)
Removes the CcmRequestHandler. |
void |
requestLogin()
Sends a login request to the user authentication service. |
void |
requestLogout()
Sends a logout request to the user authentication service if the user is already logged in. |
void |
setRequestHandler(CcmRequestHandler handler)
Sets the CcmRequestHandler. |
| Method Detail |
public void requestLogin()
public void cancelLogin()
public void requestLogout()
public void setRequestHandler(CcmRequestHandler handler)
throws AlreadySetException
handler -
the implemention of CcmRequestHandler.
AlreadySetException -
an implemention of CcmRequestHandler has been already set to this service.public void removeRequestHandler(CcmRequestHandler handler)
handler -
the implementation of the CcmRequestHandler.
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||