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.6 $ $Date: 1996/07/19 15:00:22 $
- Author:
- N. Asokan ([email protected])
-
PaymentAccessControlStructure()
-
-
isAllowed(PurseReference, String, String, String)
- Check if the an operation is permitted on a purse.
-
PaymentAccessControlStructure()
- Constructor without args.
PaymentAccessControlStructure
public PaymentAccessControlStructure()
PaymentAccessControlStructure
public void PaymentAccessControlStructure()
- Constructor without args.
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