Index - All Packages - All Categories - All Classes

Class MultiLock

A MultiLock allows the client to open the lock with any of a list of Locks. This allows a Club to have different passwords for different people; or, the Locks can use different kinds of native authentication systems such as NIS or Kerberos.

Package: Udanax-Gold
All Superclasses: Object Heaper Lock
Protocols: Object
Categories: Xanadu-Be-Locks

Class Methods

infostProtocol


make: loginID with: lockSmith with: locks



Instance Methods

create: loginID with: lockSmith with: locks


lock: name

Get the named lock. You don't get any authority through a MultiLock directly, you merely get a Lock from which you can get authority.

lockNames

Essential. The names identifying the locks in the list


Index - All Packages - All Categories - All Classes