Uses of Class
jreceiver.common.rec.security.MethodKey

Packages that use MethodKey
jreceiver.common.rec.security   
jreceiver.common.rpc A set of wrapper classes to remotely query and control the JReceiver Engine. 
 

Uses of MethodKey in jreceiver.common.rec.security
 

Fields in jreceiver.common.rec.security declared as MethodKey
protected  MethodKey RoleAuthKey.method_key
           
 

Methods in jreceiver.common.rec.security that return MethodKey
 MethodKey MethodRec.getMethodKey()
           
static MethodKey MethodKey.createFromFormattedKey(java.lang.String formatted_key)
          create a new MethodKey object from a formatted method key String
 MethodKey Method.getMethodKey()
           
 MethodKey RoleAuthKey.getMethodKey()
           
 

Constructors in jreceiver.common.rec.security with parameters of type MethodKey
MethodRec(MethodKey key)
          ctor
RoleAuthKey(MethodKey method_key, java.lang.String role_id)
          ctor
 

Uses of MethodKey in jreceiver.common.rpc
 

Methods in jreceiver.common.rpc with parameters of type MethodKey
 boolean RoleAuths.isAuthorized(User user, MethodKey method)
          singular - determine authorization for a user and a handler.method
 



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