All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calypso.security.NameAcl

java.lang.Object
   |
   +----calypso.security.NameAcl

public class NameAcl
extends Object
implements Cloneable, Serializable
A name-based access control list (ACL).

Note that this class is both Cloneable and Serializable.

Version:
$Revision: 1.1 $
Author:
Petteri Koponen
See Also:
NameAclEntry

Variable Index

 o entries

Constructor Index

 o NameAcl()

Method Index

 o addEntry(NameAclEntry)
 o main(String[])
 o match(String)
 o removeEntry(NameAclEntry)
 o toString()

Variables

 o entries
 protected Vector entries

Constructors

 o NameAcl
 public NameAcl()

Methods

 o main
 public static void main(String args_[])
 o toString
 public String toString()
Overrides:
toString in class Object
 o addEntry
 public void addEntry(NameAclEntry entry_)
 o removeEntry
 public void removeEntry(NameAclEntry entry_)
 o match
 public boolean match(String name_)

All Packages  Class Hierarchy  This Package  Previous  Next  Index