All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.access.FlaggedName

java.lang.Object
   |
   +----semper.access.FlaggedName

public class FlaggedName
extends Object
SEMPER Access Control Service.

Implementation of a pair of one string and one boolean.

The class FlaggedName is used to store the name of a role together with a flag indicating whether it is enabled or not. It is used in application profiles to represent the initial set of active roles, and which of those should initially be enabled.

Version:
$Revision: 1.3 $ $Date: 1997/12/19 14:42:09 $
Author:
Mogens Rom Andersen ([email protected])

Variable Index

 o flag
Flag.
 o name
Name of the role.

Constructor Index

 o FlaggedName(String, boolean)
Construct a FlaggedName.

Variables

 o name
 public String name
Name of the role.

 o flag
 public boolean flag
Flag. true if the corresponding role should initially be enabled, false if not.

Constructors

 o FlaggedName
 public FlaggedName(String n,
                    boolean f)
Construct a FlaggedName.

Precondition:
(none)
Postcondition:
(none)
Todo:
(nothing)

Parameters:
n - role name.
f - boolean flag: true if intially enabled, false if not.

All Packages  Class Hierarchy  This Package  Previous  Next  Index