All Packages Class Hierarchy This Package Previous Next Index
Class semper.certificate.dummy.SECA
java.lang.Object
|
+----semper.certificate.dummy.SECA
- public class SECA
- extends Object
- implements Serializable, Cloneable
This class implements the SECA attributes needed for the SECA classes.
These attributes define the kind of role, role, transaction limit and the
level of equipment.
-
SECA()
- Empty Constructor.
-
SECA(SECAconstant, SECAconstant, boolean, String)
- Create a SECA object.
-
clone()
- Making clone public
-
exportSECAascii()
- Returns all SECA attributes in ASCII format.
-
exportSECAhtml()
- Returns all SECA attributes in HTML text format to be displayed by the Certificate Browser.
SECA
public SECA()
- Empty Constructor.
SECA
public SECA(SECAconstant kind,
SECAconstant role,
boolean adult,
String transactionLimit)
- Create a SECA object.
- Parameters:
- kind - is the kind of the role the user has.
- role - is the role of the user.
- transactionLimit - is the liability limit
- equipmentLevel - is the security level offered by the equipment.
exportSECAhtml
public String exportSECAhtml()
- Returns all SECA attributes in HTML text format to be displayed by the Certificate Browser.
- Returns:
- HTML text format of all SECA attributes.
exportSECAascii
public String exportSECAascii()
- Returns all SECA attributes in ASCII format.
- Returns:
- ASCII format of all SECA attributes.
clone
public synchronized Object clone()
- Making clone public
- Returns:
- a clone of myself
- Overrides:
- clone in class Object
All Packages Class Hierarchy This Package Previous Next Index