All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----semper.access.FlaggedName
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.
public String name
public boolean flag
public FlaggedName(String n,
boolean f)
All Packages Class Hierarchy This Package Previous Next Index