jreceiver.common.rec.security
Interface RoleAuth

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

public interface RoleAuth
extends Rec

An interface describing a Role Authorization

Version:
$Revision: 1.2 $ $Date: 2002/09/24 17:06:53 $
Author:
Reed Esau

Field Summary
static java.lang.String HKEY_IS_AUTHORIZED
           
 
Fields inherited from interface jreceiver.common.rec.Rec
HKEY_KEY, NO_LIMIT
 
Method Summary
 boolean getIsAuthorized()
           
 RoleAuthKey getRoleAuthKey()
           
 
Methods inherited from interface jreceiver.common.rec.Rec
getKey, setKey
 
Methods inherited from interface jreceiver.common.rec.Hashable
toHash, toString
 

Field Detail

HKEY_IS_AUTHORIZED

public static final java.lang.String HKEY_IS_AUTHORIZED
Method Detail

getRoleAuthKey

public RoleAuthKey getRoleAuthKey()

getIsAuthorized

public boolean getIsAuthorized()


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