public interface AdminSessionListener
extends javacard.framework.Shareable
An Application that wishes to receive such a notification shall implement the
Applet.getShareableInterfaceObject(javacard.framework.AID, byte)
to return an
AdminSessionListener
instance when the clientAID
parameter
is set to null
, and the parameter
parameter is set
to SERVICE_ADMIN_SESSION_REPORT
.
Modifier and Type | Field and Description |
---|---|
static short |
ADMIN_SESSION_ERROR
Constant notifying that an Administration Session failed.
|
static short |
ADMIN_SESSION_NO_ERROR
Constant notifying that an Administration Session ended successfully
|
static byte |
SERVICE_ADMIN_SESSION_REPORT
The parameter to be provided to
Applet.getShareableInterfaceObject(javacard.framework.AID, byte)
to retrieve an instance of this interface. |
Modifier and Type | Method and Description |
---|---|
void |
administrationSessionReport(short status)
Notifies the Application that the requested Administration Session
completed (successfully or not).
|
static final byte SERVICE_ADMIN_SESSION_REPORT
Applet.getShareableInterfaceObject(javacard.framework.AID, byte)
to retrieve an instance of this interface.static final short ADMIN_SESSION_NO_ERROR
static final short ADMIN_SESSION_ERROR
void administrationSessionReport(short status)
The OPEN notifies the Application when the Administration Session ends or when the retry policy is exhausted.
status
- Either ADMIN_SESSION_NO_ERROR
(success) or ADMIN_SESSION_ERROR
(failure).Copyright © 2003-2024 GlobalPlatform, Inc. All rights reserved. The technology provided or described in this specification is subject to updates, revisions, and extensions by GlobalPlatform. Recipients of this document are invited to submit, with their comments, notification of any relevant patent rights or other intellectual property rights of which they may be aware which might be necessarily infringed by the implementation of the specification or other work product set forth in this document, and to provide supporting documentation.
THIS SPECIFICATION OR OTHER WORK PRODUCT IS BEING OFFERED WITHOUT ANY WARRANTY WHATSOEVER, AND IN PARTICULAR, ANY WARRANTY OF NON-INFRINGEMENT IS EXPRESSLY DISCLAIMED. ANY IMPLEMENTATION OF THIS SPECIFICATION OR OTHER WORK PRODUCT SHALL BE MADE ENTIRELY AT THE IMPLEMENTER'S OWN RISK, AND NEITHER THE COMPANY, NOR ANY OF ITS MEMBERS OR SUBMITTERS, SHALL HAVE ANY LIABILITY WHATSOEVER TO ANY IMPLEMENTER OR THIRD PARTY FOR ANY DAMAGES OF ANY NATURE WHATSOEVER DIRECTLY OR INDIRECTLY ARISING FROM THE IMPLEMENTATION OF THIS SPECIFICATION OR OTHER WORK PRODUCT.