jreceiver.common.rec.security
Interface Role

All Superinterfaces:
Hashable, Rec
All Known Implementing Classes:
RoleRec

public interface Role
extends Rec

An interface representing a single role.

Note that the associated RoleKey contains both site_id and path

Version:
$Revision: 1.3 $ $Date: 2002/12/29 00:44:09 $
Author:
Reed Esau

Field Summary
static java.lang.String HKEY_DESCRIPT
           
static java.lang.String ROLE_ADMINS
           
static java.lang.String ROLE_USERS
           
 
Fields inherited from interface jreceiver.common.rec.Rec
HKEY_KEY, NO_LIMIT
 
Method Summary
 java.lang.String getDescript()
           
 java.lang.String getId()
           
 void setDescript(java.lang.String password)
           
 void setId(java.lang.String role_id)
           
 
Methods inherited from interface jreceiver.common.rec.Rec
getKey, setKey
 
Methods inherited from interface jreceiver.common.rec.Hashable
toHash, toString
 

Field Detail

ROLE_ADMINS

public static final java.lang.String ROLE_ADMINS

ROLE_USERS

public static final java.lang.String ROLE_USERS

HKEY_DESCRIPT

public static final java.lang.String HKEY_DESCRIPT
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String role_id)

getDescript

public java.lang.String getDescript()

setDescript

public void setDescript(java.lang.String password)


Copyright © 2001-2002 Reed Esau, All Rights Reserved.