Class semper.payment.PaymentAccessControlStructure
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.PaymentAccessControlStructure

java.lang.Object
   |
   +----semper.payment.PaymentAccessControlStructure

public class PaymentAccessControlStructure
extends Object
Access control information for the payment manager
Version:
$Revision: 1.7 $ $Date: 1997/03/28 18:30:08 $
Author:
N. Asokan ([email protected])

Constructor Index

 o PaymentAccessControlStructure()
Constructor without args.

Method Index

 o isAllowed(PurseReference, String, String, String)
Check if the an operation is permitted on a purse.

Constructors

 o PaymentAccessControlStructure
  public PaymentAccessControlStructure()
Constructor without args.

Methods

 o isAllowed
  public boolean isAllowed(PurseReference purse,
                           String operation_name,
                           String user_message,
                           String misc)
Check if the an operation is permitted on a purse. Eventually, this method will be used for access control. For now, this is just a placeholder.
Parameters:
purse - reference to the purse
operation_name - string containing the name of the operation
user_message - string that would be displayed to the on TINGUIN (via the access-control manager maybe) in case it is necessary to interact with the user.
misc - string for "other information" -- just a placeholder
Returns:
true/false

All Packages  Class Hierarchy  This Package  Previous  Next  Index