All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.access.SignatureRole

java.lang.Object
   |
   +----semper.access.Role
           |
           +----semper.access.SignatureRole

public class SignatureRole
extends Role
SEMPER Access Control Service.

Implementation of the SignatureRole class. This class of roles will be enabled as long as the signature has or the certificate verifying the signature is valid.

Version:
$Revision: 1.2 $ $Date: 1997/12/19 14:10:44 $
Author:
Mogens Rom Andersen ([email protected])
See Also:
Role

Constructor Index

 o SignatureRole(String)
Create a new signature role.

Method Index

 o getInfo()
Obtain a short string describing the role and its parameters.
 o verify()
Check if the role is enabled.

Constructors

 o SignatureRole
 public SignatureRole(String name)
Create a new signature role.

When a new SignatuRole is created, it will inherit the validity of the Controlling Class

Parameters:
name - name of the role.

Methods

 o getInfo
 public final String getInfo()
Obtain a short string describing the role and its parameters.

Useful for logging.

Returns:
A short string describing the role.
Overrides:
getInfo in class Role
 o verify
 public boolean verify()
Check if the role is enabled. as well.

Returns:
true if the role is enabled, false otherwise
Overrides:
verify in class Role

All Packages  Class Hierarchy  This Package  Previous  Next  Index