All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.access.UserRole

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

public class UserRole
extends Role
SEMPER Access Control Service.

Implementation of user role.

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

Constructor Index

 o UserRole(String, String)
Create a new user role.

Method Index

 o getInfo()
Obtain a short string describing the role and its parameters.
 o verify()
Verify the role.

Constructors

 o UserRole
 public UserRole(String name,
                 String desc)
Create a new user role.

Parameters:
name - name of the role.
desc - the description 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()
Verify the role.

Overrides:
verify in class Role

All Packages  Class Hierarchy  This Package  Previous  Next  Index